Skip to content
Claude Desktop

mpp32 mcp server for Claude Desktop

io.github.mpp32/mpp32-mcp-server

Payment layer for AI agents. One MCP, five protocols, thousands of paid APIs your agent can call.

client:Claude Desktop transport:stdio runtime:npm

Install mpp32 mcp server 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": {
    "mpp32-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mpp32-mcp-server"
      ],
      "env": {
        "MPP32_AGENT_KEY": "<MPP32_AGENT_KEY>",
        "MPP32_SOLANA_PRIVATE_KEY": "<MPP32_SOLANA_PRIVATE_KEY>",
        "MPP32_PRIVATE_KEY": "<MPP32_PRIVATE_KEY>",
        "MPP32_API_URL": "<MPP32_API_URL>"
      }
    }
  }
}

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

mpp32 mcp server in other clients