Home › Development › paypal-mcp-server

paypal-mcp-server

A command line tool for setting up PayPal MCP server

JavaScript
★ 12 stars Last pushed 2025-10-28 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.8.1)

npx -y @paypal/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "paypal-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@paypal/[email protected]"
      ],
      "env": {
        "PAYPAL_ACCESS_TOKEN": "<YOUR_VALUE>",
        "PAYPAL_ENVIRONMENT": "<YOUR_VALUE>"
      }
    }
  }
}
  • PAYPAL_ACCESS_TOKEN required secret — YOUR_PAYPAL_ACCESS_TOKEN ref: https://docs.paypal.ai/developer/how-to/api/get-started
  • PAYPAL_ENVIRONMENT required — 'SANDBOX' or 'LIVE'

Related servers

Data from the Official MCP Registry