Loading MCP server directory, please wait...
A command line tool for setting up PayPal MCP server
npx @getmcp/cli add io.github.paypal/paypal-mcp-serverRequires Node.js 18+. Official server by paypal. Review source before installing.
PAYPAL_ACCESS_TOKENYOUR_PAYPAL_ACCESS_TOKEN ref: https://docs.paypal.ai/developer/how-to/api/get-started
PAYPAL_ENVIRONMENT'SANDBOX' or 'LIVE'
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.paypal/paypal-mcp-server": {
"command": "npx",
"args": [
"-y",
"@paypal/mcp"
],
"env": {
"PAYPAL_ACCESS_TOKEN": "",
"PAYPAL_ENVIRONMENT": ""
}
}
}
}