Skip to content
Cursor

Macaroon Network for Cursor

com.macaroonnetwork/mcp-server

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

client:Cursor transport:stdio runtime:pypi

Install Macaroon Network in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "macaroonnetwork-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Macaroon Network in other clients