mcp circle for Cursor
io.github.codespar/mcp-circle
MCP server for Circle — USDC payments, wallets, payouts, transfers
client:Cursor
transport:stdio
runtime:npm
Install mcp circle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-circle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-circle"
],
"env": {
"CIRCLE_API_KEY": "<CIRCLE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs