mcp-paypal
About
MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PAYPAL_CLIENT_ID PAYPAL_CLIENT_SECRET PAYPAL_ENVClaude Code
claude mcp add --env PAYPAL_CLIENT_ID= --env PAYPAL_CLIENT_SECRET= --env PAYPAL_ENV= mcp-paypal -- npx @codespar/mcp-paypal
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-paypal","command":"npx","args":["@codespar/mcp-paypal"],"env":{"PAYPAL_CLIENT_ID":"","PAYPAL_CLIENT_SECRET":"","PAYPAL_ENV":""}}'
JSON
{
"mcpServers": {
"mcp-paypal": {
"command": "npx",
"args": [
"@codespar/mcp-paypal"
],
"env": {
"PAYPAL_CLIENT_ID": "",
"PAYPAL_CLIENT_SECRET": "",
"PAYPAL_ENV": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.