mcp cobre for Claude Desktop
io.github.codespar/mcp-cobre
MCP server for Cobre — CO/MX B2B treasury: balances, counterparties, money movements
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp cobre in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-cobre": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-cobre"
],
"env": {
"COBRE_USER_ID": "<COBRE_USER_ID>",
"COBRE_SECRET": "<COBRE_SECRET>",
"COBRE_BASE_URL": "<COBRE_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs