Skip to content
Claude Desktop

SpherePay for Claude Desktop

io.github.danchev/spherepay

Manage SpherePay customers, bank accounts, wallets, and transfers from Claude.

client:Claude Desktop transport:stdio runtime:pypi

Install SpherePay 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": {
    "spherepay": {
      "command": "uvx",
      "args": [
        "spherepay-mcp"
      ],
      "env": {
        "SPHEREPAY_API_KEY": "<SPHEREPAY_API_KEY>",
        "SPHEREPAY_BASE_URL": "<SPHEREPAY_BASE_URL>",
        "SPHEREPAY_TIMEOUT": "<SPHEREPAY_TIMEOUT>",
        "SPHEREPAY_MAX_RETRIES": "<SPHEREPAY_MAX_RETRIES>"
      }
    }
  }
}

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

SpherePay in other clients