Skip to content
Grok

Macaroon Network for Grok

com.macaroonnetwork/mcp-server

Discover categories, governed sources, vertical MCPs, and x402 USDC products on Macaroon Network.

client:Grok transport:stdio runtime:pypi

Install Macaroon Network in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "macaroonnetwork-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

Macaroon Network in other clients