MCP Paypal runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 29 Aug 2026.
MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes
Today is the operative word: we check MCP Paypal every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-paypal -- npx -y @codespar/mcp-paypal
{
"mcpServers": {
"mcp-paypal": {
"args": [
"-y",
"@codespar/mcp-paypal"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-paypal]
command = "npx"
args = ["-y", "@codespar/mcp-paypal"]
{
"mcpServers": {
"mcp-paypal": {
"args": [
"-y",
"@codespar/mcp-paypal"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-paypal": {
"args": [
"-y",
"@codespar/mcp-paypal"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
PAYPAL_CLIENT_ID (PayPal REST app client id (from developer.paypal.com Apps & Credentials).), PAYPAL_CLIENT_SECRET (PayPal REST app client secret (OAuth2 client_credentials password).), PAYPAL_ENV (PayPal environment. 'sandbox' (default, https://api-m.sandbox.paypal.com) or 'live' (https://api-m.paypal.com).).
The author declared them in the registry entry; get the values from the project itself.
MCP server for iugu — invoices, subscriptions, customers, payment methods
MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks
MCP server for EBANX — cross-border payments, payouts, exchange rates
MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers
MCP server for Openpay — BBVA-owned Mexican gateway (cards, SPEI, OXXO, subscriptions, payouts)
MCP server for Chargebee — global subscription billing, recurring revenue orchestration
Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.
MCP server for Circle — USDC payments, wallets, payouts, transfers
Answers built from our own checks of this server.