Skip to content
Grok

restful api dev mcp for Grok

io.github.mrfentmen/restful-api-dev-mcp

Test objects from restful-api.dev. No key required.

client:Grok transport:stdio runtime:npm

Install restful api dev mcp in Grok

.mcp.json (in your project root)

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

restful api dev mcp in other clients