Skip to content
Grok

apiany mcp for Grok

io.github.ailingqu/apiany-mcp

APIAny MCP server for model discovery, pricing, docs, and integration examples.

client:Grok transport:stdio runtime:npm

Install apiany mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apiany-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@apiany-ai/mcp"
      ],
      "env": {
        "APIANY_BASE_URL": "<APIANY_BASE_URL>",
        "APIANY_API_KEY": "<APIANY_API_KEY>"
      }
    }
  }
}

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

apiany mcp in other clients