Skip to content
Cursor

mcp rfc editor for Cursor

io.github.daedalus/mcp-rfc-editor

An MCP server that provides rfc editing capabilities

client:Cursor transport:stdio runtime:pypi

Install mcp rfc editor in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-rfc-editor": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-rfc-editor"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp rfc editor in other clients