mcp server for Cursor
io.github.clicksprotocol/mcp-server
Agent commerce settlement tools on Base: treasury setup, payment splits, yield and attribution.
client:Cursor
transport:stdio
runtime:npm
Install mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clicks-protocol/mcp-server"
],
"env": {
"CLICKS_PRIVATE_KEY": "<CLICKS_PRIVATE_KEY>",
"CLICKS_RPC_URL": "<CLICKS_RPC_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs