Skip to content
Cline

mcp itau for Cline

io.github.codespar/mcp-itau

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

client:Cline transport:stdio runtime:npm

Install mcp itau in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "mcp-itau": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-itau"
      ],
      "env": {
        "ITAU_CLIENT_ID": "<ITAU_CLIENT_ID>",
        "ITAU_CLIENT_SECRET": "<ITAU_CLIENT_SECRET>",
        "ITAU_CERT_PATH": "<ITAU_CERT_PATH>",
        "ITAU_KEY_PATH": "<ITAU_KEY_PATH>",
        "ITAU_ENV": "<ITAU_ENV>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp itau in other clients