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