Skip to content
Grok

groupon mcp for Grok

io.github.chrischall/groupon-mcp

Groupon deals for Claude — search and browse local, goods, and travel deals

client:Grok transport:stdio runtime:npm

Install groupon mcp in Grok

.mcp.json (in your project root)

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

groupon mcp in other clients