Skip to content
Grok

mcp openapi runner for Grok

io.github.saurav61091/mcp-openapi-runner

Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.

client:Grok transport:stdio runtime:npm

Install mcp openapi runner in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-openapi-runner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-openapi-runner"
      ]
    }
  }
}

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 openapi runner in other clients