RFC MCP Server
@mjpitz
About RFC MCP Server
An MCP server for fetching RFC related information.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"rfc-server": {
"command": "npx",
"args": [
"@mjpitz/mcp-rfc"
],
"disabled": false,
"autoApprove": []
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is RFC MCP Server?
An MCP server that fetches, parses, and reads RFC documents from the ietf.org website. It provides tools and resources to interact with RFC documents programmatically, supporting both HTML and TXT formats with caching for better performance.
How to use RFC MCP Server?
Install by adding the server configuration to your MCP settings file using the npx command with the package @mjpitz/mcp-rfc. Then use the tools get_rfc, search_rfcs, and get_rfc_section or access resource templates like rfc://{number} to retrieve RFCs.
Key features of RFC MCP Server
- Fetch RFC documents by number
- Search for RFCs by keyword
- Extract specific sections from RFC documents
- Parse both HTML and TXT format RFCs
- Caching for better performance
Use cases of RFC MCP Server
- Retrieve a specific RFC by number (e.g., RFC 2616)
- Search for RFCs related to a topic (e.g., "http protocol")
- Extract a particular section from an RFC (e.g., "Introduction" of RFC 2616)
- Get metadata of an RFC without the full content
FAQ from RFC MCP Server
How do I install RFC MCP Server?
Configure your MCP client to use the server by adding this to your MCP settings: { "mcpServers": { "rfc-server": { "command": "npx", "args": ["@mjpitz/mcp-rfc"] } } }.
What runtime or dependencies does RFC MCP Server require?
The server runs via npx, so it requires Node.js and npm installed on your system.
Where does RFC MCP Server fetch data from?
It fetches RFC documents from the ietf.org website.
What tools does RFC MCP Server provide?
It provides three tools: get_rfc (fetch by number), search_rfcs (search by keyword), and get_rfc_section (extract a specific section).
Does RFC MCP Server support authentication or custom transports?
No, the README only describes a stdio-based MCP server launched via npx; no authentication or alternative transports are mentioned.
Frequently asked questions
How do I install RFC MCP Server?
Configure your MCP client to use the server by adding this to your MCP settings: `{ "mcpServers": { "rfc-server": { "command": "npx", "args": ["@mjpitz/mcp-rfc"] } } }`.
What runtime or dependencies does RFC MCP Server require?
The server runs via `npx`, so it requires Node.js and npm installed on your system.
Where does RFC MCP Server fetch data from?
It fetches RFC documents from the ietf.org website.
What tools does RFC MCP Server provide?
It provides three tools: `get_rfc` (fetch by number), `search_rfcs` (search by keyword), and `get_rfc_section` (extract a specific section).
Does RFC MCP Server support authentication or custom transports?
No, the README only describes a stdio-based MCP server launched via `npx`; no authentication or alternative transports are mentioned.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Comments