P
PayPal
Official
🛒 Commerce
Create and send invoices, manage orders, process refunds, and query transactions — PayPal's official MCP server.
Tags
Config for Claude Desktop / Cursor
{
"mcpServers": {
"paypal": {
"command": "npx",
"args": [
"-y",
"@paypal/mcp@1.8.1",
"--tools=all"
],
"env": {
"PAYPAL_ACCESS_TOKEN": "your-paypal-access-token-here",
"PAYPAL_ENVIRONMENT": "PRODUCTION"
}
}
}
}