mcp celcoin for Claude Desktop
io.github.codespar/mcp-celcoin
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp celcoin in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-celcoin": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-celcoin"
],
"env": {
"CELCOIN_CLIENT_SECRET": "<CELCOIN_CLIENT_SECRET>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs