MCP-Server-IETF
About
A Model Context Protocol server for fetching IETF documents (RFCs) for Large Language Models.
Details
- Author
- tizee
- Downloads
- 246
- Categories
- Other
Jump to
- Downloads and caches the RFC index and documents.
- Search RFCs by keyword in titles.
- Access RFC documents with line-based pagination.
- Extracts metadata like page numbers from documents.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP-Server-IETFCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install from source with pip install -e . and start the server using the command mcp-server-ietf. Alternatively, use it with the MCP inspector via npx @modelcontextprotocol/inspector uv run mcp-server-ietf. Tools include list_docs_number (get total RFC count), get_doc (fetch an RFC by number with line-based pagination), and search_rfc_by_keyword (search by keyword in titles).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-server-ietf": {
"mcp-server-ietf": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"uv",
"run",
"mcp-server-ietf"
]
}
}
}
}
McpServers
{
"mcp-server-ietf": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"uv",
"run",
"mcp-server-ietf"
]
}
}
MCP-Server-IETF
A Model Context Protocol server for fetching IETF documents (RFCs) for Large Language Models.
Overview
This project implements a Model Context Protocol (MCP) server that provides access to IETF RFC documents. It enables Large Language Models to access RFC specifications through a standardized interface.
Key features:
- Download and cache RFC index and documents
- Search RFCs by keyword in titles
- Access RFC documents with pagination support
- Extract metadata like page numbers from documents
Installation
Requirements
- Python 3.11 or higher - Dependencies as listed inpyproject.toml
Install from source
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



