PayPal MCP Server
Run PayPal merchant operations — invoices, orders, refunds, disputes — from an agent.
Add it to your client
Officialnpx -y @paypal/mcp --tools=all
{
"mcpServers": {
"paypal-mcp": {
"command": "npx",
"args": [
"-y",
"@paypal/mcp",
"--tools=all"
]
}
}
}- Transport
- both
- Runtime
- Node
- Auth
- Required
- License
- Apache-2.0
PayPal's own MCP server covers the merchant side of the account: creating and sending invoices, chasing them with reminders, taking an order through to payment, issuing refunds, listing open disputes and attaching shipment tracking. It is offered as a hosted endpoint at mcp.paypal.com, with a sandbox host for testing before real money moves, and can also be run locally from the agent toolkit package with an access token. Because these calls move money and touch customer records, scope the credentials to what the agent actually needs.
Similar MCP servers
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Fetch (MCP Reference Server)
MCP serverReference server that retrieves a URL and hands back markdown.
Comments(0)
Sign in to comment