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
{
"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