Skip to content
Claude Desktop

mcp bradesco for Claude Desktop

io.github.codespar/mcp-bradesco

MCP server for Bradesco — Pix, Cobrança (boleto), Arrecadação, Extrato (OAuth2 + mTLS)

client:Claude Desktop transport:stdio runtime:npm

Install mcp bradesco in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-bradesco": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bradesco"
      ],
      "env": {
        "BRADESCO_CLIENT_ID": "<BRADESCO_CLIENT_ID>",
        "BRADESCO_CLIENT_SECRET": "<BRADESCO_CLIENT_SECRET>",
        "BRADESCO_CERT_PATH": "<BRADESCO_CERT_PATH>",
        "BRADESCO_KEY_PATH": "<BRADESCO_KEY_PATH>",
        "BRADESCO_ENV": "<BRADESCO_ENV>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp bradesco in other clients