Skip to content
Grok

mcp rfc editor for Grok

io.github.daedalus/mcp-rfc-editor

An MCP server that provides rfc editing capabilities

client:Grok transport:stdio runtime:pypi

Install mcp rfc editor in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp rfc editor in other clients