Skip to content
Cursor

paypal mcp server for Cursor

io.github.paypal/paypal-mcp-server

A command line tool for setting up PayPal MCP server

client:Cursor transport:stdio runtime:npm

Install paypal mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "paypal-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paypal/mcp"
      ],
      "env": {
        "PAYPAL_ACCESS_TOKEN": "<PAYPAL_ACCESS_TOKEN>",
        "PAYPAL_ENVIRONMENT": "<PAYPAL_ENVIRONMENT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

paypal mcp server in other clients