Developer Tools
Trust: 30/100 (Limited)io.github.paypal/paypal-mcp-server Guide
A command line tool for setting up PayPal MCP server
7 starsby paypal
Quick Start
Install
npx @paypal/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-paypal-paypal-mcp-server": {
"command": "npx",
"args": [
"@paypal/mcp"
]
}
}
}