Skip to content
Grok

specrun for Grok

io.github.pavelpiha/specrun

MCP server that converts OpenAPI specs into tools which can query API endpoints

client:Grok transport:stdio runtime:npm

Install specrun in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "specrun": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pavelpiha/specrun"
      ]
    }
  }
}

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

specrun in other clients