Skip to content
Grok

openapi dynamic for Grok

io.github.mayorandrew/openapi-dynamic

Load OpenAPI 2.x/3.x specs and expose generic tools to discover and call multiple APIs.

client:Grok transport:stdio runtime:npm

Install openapi dynamic in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "openapi-dynamic": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "openapi-dynamic-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

openapi dynamic in other clients