Skip to content
Grok

api test mcp for Grok

io.github.thisis-najeeb/api-test-mcp

Call the real API and check the response against your OpenAPI spec.

client:Grok transport:stdio runtime:npm

Install api test mcp in Grok

.mcp.json (in your project root)

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

api test mcp in other clients