Skip to content
Grok

angi mcp for Grok

io.github.chrischall/angi-mcp

Angi for Claude — find home-service pros by trade and city, read ratings and reviews

client:Grok transport:stdio runtime:npm

Install angi 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": {
    "angi-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/angi-mcp"
      ],
      "env": {
        "ANGI_WS_PORT": "<ANGI_WS_PORT>"
      }
    }
  }
}

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

angi mcp in other clients