Skip to content
Claude Desktop

mcp transbank for Claude Desktop

io.github.codespar/mcp-transbank

MCP server for Transbank — Chile dominant card acquirer (Webpay Plus / Mall / OneClick)

client:Claude Desktop transport:stdio runtime:npm

Install mcp transbank 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-transbank": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-transbank"
      ],
      "env": {
        "TRANSBANK_COMMERCE_CODE": "<TRANSBANK_COMMERCE_CODE>",
        "TRANSBANK_API_KEY_SECRET": "<TRANSBANK_API_KEY_SECRET>",
        "TRANSBANK_ENV": "<TRANSBANK_ENV>"
      }
    }
  }
}

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

mcp transbank in other clients