Skip to content
VS Code

ietf mcp for VS Code

io.github.mrfentmen/ietf-mcp

Use this MCP server to IETF documents, RFCs, Internet-Drafts, and working groups. Tools include...

client:VS Code transport:stdio runtime:npm

Install ietf mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "ietf-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ietf-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ietf mcp in other clients