Skip to content
Claude Desktop

mcp khipu for Claude Desktop

io.github.codespar/mcp-khipu

MCP server for Khipu — Chilean instant bank-transfer payments (complements Transbank cards)

client:Claude Desktop transport:stdio runtime:npm

Install mcp khipu 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-khipu": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-khipu"
      ],
      "env": {
        "KHIPU_API_KEY": "<KHIPU_API_KEY>",
        "KHIPU_RECEIVER_ID": "<KHIPU_RECEIVER_ID>",
        "KHIPU_SECRET": "<KHIPU_SECRET>",
        "KHIPU_BASE_URL": "<KHIPU_BASE_URL>"
      }
    }
  }
}

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

mcp khipu in other clients