Loading MCP server directory, please wait...
MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes
npx @getmcp/cli add io.github.codespar/mcp-paypalRequires Node.js 18+. Community-contributed server. Review source before installing.
PAYPAL_CLIENT_IDPayPal REST app client id (from developer.paypal.com Apps & Credentials).
PAYPAL_CLIENT_SECRETPayPal REST app client secret (OAuth2 client_credentials password).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-paypal": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-paypal"
],
"env": {
"PAYPAL_CLIENT_ID": "",
"PAYPAL_CLIENT_SECRET": "",
"PAYPAL_ENV": ""
}
}
}
}