Skip to content
Grok

got mcp for Grok

io.github.mrfentmen/got-mcp

Game of Thrones data from An API of Ice and Fire. No key required.

client:Grok transport:stdio runtime:npm

Install got mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "got-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/got-mcp"
      ]
    }
  }
}

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

got mcp in other clients