Server Directory
APIIntermediate

PayPal

by PayPal

GitHub
2.1k

Access PayPal APIs for payment processing, transaction history, invoice management, subscription billing, and dispute resolution.

CAPABILITIES

  • Payment processing
  • Transaction history
  • Invoice creation and management
  • Subscription billing
  • Refund processing
  • Dispute resolution

INSTALLATION

Terminal
npx -y @paypal/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "paypal": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@paypal/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
API
Difficulty
Intermediate
Maintained By
PayPal
NPM Package
@paypal/mcp-server

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →