Skip to content
Cursor

canton mcp for Cursor

io.github.noves-inc/canton-mcp

Query Canton Network balances, rewards, transactions, prices, and identity from any AI agent.

client:Cursor transport:stdio runtime:npm

Install canton mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "canton-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@noves/canton-mcp"
      ],
      "env": {
        "NOVES_API_KEY": "<NOVES_API_KEY>"
      }
    }
  }
}

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

canton mcp in other clients