Skip to content
Claude Desktop

mcp wompi for Claude Desktop

io.github.codespar/mcp-wompi

Wompi — Colombian payment gateway (by Bancolombia)

client:Claude Desktop transport:stdio runtime:npm

Install mcp wompi 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-wompi": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-wompi"
      ],
      "env": {
        "WOMPI_PUBLIC_KEY": "<WOMPI_PUBLIC_KEY>",
        "WOMPI_PRIVATE_KEY": "<WOMPI_PRIVATE_KEY>",
        "WOMPI_EVENTS_SECRET": "<WOMPI_EVENTS_SECRET>"
      }
    }
  }
}

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

mcp wompi in other clients