Back to MCP ToolsPaymentsOfficial
PayPal logo

PayPal

Official

Payments and commerce enablement tools

Provider:PayPal
Category:Payments

Installation

Command Line
npx @paypal/cli init

Configuration

Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):

JSON Configuration
{
  "mcpServers": {
    "paypal": {
      "command": "npx",
      "args": [
        "-y",
        "paypal-mcp"
      ],
      "env": {
        "PAYPAL_CLIENT_ID": "<your-paypal-client-id>",
        "PAYPAL_CLIENT_SECRET": "<your-paypal-client-secret>"
      }
    }
  }
}