← Back to Plugins
MCP Server MCP

io.github.paypal/paypal-mcp-server

github By github 👁 1 views ▲ 0 votes

A command line tool for setting up PayPal MCP server

Homepage Verified source GitHub

Install

npx -y @paypal/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@paypal/mcp",
      "version": "1.8.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "YOUR_PAYPAL_ACCESS_TOKEN ref: https://docs.paypal.ai/developer/how-to/api/get-started ",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PAYPAL_ACCESS_TOKEN"
        },
        {
          "description": "'SANDBOX' or 'LIVE'",
          "isRequired": true,
          "format": "string",
          "name": "PAYPAL_ENVIRONMENT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...