io.github.paypal/paypal-mcp-server
Quality Score
73
/100
A command line tool for setting up PayPal MCP server
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"paypal-mcp-server": {
"command": "npx",
"args": [
"-y",
"@paypal/mcp"
],
"env": {
"PAYPAL_ACCESS_TOKEN": "<your-paypal_access_token>",
"PAYPAL_ENVIRONMENT": "<paypal_environment>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"paypal-mcp-server": {
"command": "npx",
"args": [
"-y",
"@paypal/mcp"
],
"env": {
"PAYPAL_ACCESS_TOKEN": "<your-paypal_access_token>",
"PAYPAL_ENVIRONMENT": "<paypal_environment>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @paypal/mcp§02 Environment variables
PAYPAL_ACCESS_TOKENrequiredsecret
YOUR_PAYPAL_ACCESS_TOKEN ref: https://docs.paypal.ai/developer/how-to/api/get-started
PAYPAL_ENVIRONMENTrequired
'SANDBOX' or 'LIVE'
§03 MCP Quality Score · methodology
freshness
13
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.