Skip to content
Grok

openapi for Grok

io.github.docat0209/openapi

Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code.

client:Grok transport:stdio runtime:npm

Install openapi in Grok

.mcp.json (in your project root)

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

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

openapi in other clients