Skip to content
Grok

mcp zoop for Grok

io.github.codespar/mcp-zoop

MCP server for Zoop — marketplace payments, splits, sellers, buyers, transfers

client:Grok transport:stdio runtime:npm

Install mcp zoop 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": {
    "mcp-zoop": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-zoop"
      ],
      "env": {
        "ZOOP_API_KEY": "<ZOOP_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

mcp zoop in other clients