Skip to content
Cline

mpp32 mcp server for Cline

io.github.mpp32/mpp32-mcp-server

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

client:Cline transport:stdio runtime:npm

Install mpp32 mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mpp32 mcp server in other clients