Skip to content
Grok

mcp docs server for Grok

io.github.praveenc/mcp-docs-server

MCP server for searching MCP protocol documentation

client:Grok transport:stdio runtime:npm

Install mcp docs server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-docs-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@praveenc/mcp-docs-server"
      ]
    }
  }
}

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 docs server in other clients