MCP server for PayPal commerce integration
Automate PayPal operations including invoices, disputes, and subscriptions. Deep integration with PayPal commerce tools.
{
"mcpServers": {
"paypal": {
"mcpServers": {
"paypal": {
"env": {
"PAYPAL_CLIENT_ID": "YOUR_CLIENT_ID",
"PAYPAL_CLIENT_SECRET": "YOUR_CLIENT_SECRET"
},
"args": [
"-y",
"@paypal/mcp-server"
],
"command": "npx"
}
}
}
}
}