PayPal MCP
The official PayPal MCP server integrates PayPal's global payment platform with AI models. It allows models to manage transactions, process refunds, track payments, and interact with PayPal's extensive financial APIs. This tool is essential for developers building AI-driven fintech applications and e-commerce solutions that require secure and reliable payment processing.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"paypal": {
"command": "npx",
"args": [
"-y",
"@paypal/mcp-server"
],
"env": {
"PAYPAL_CLIENT_ID": "YOUR_CLIENT_ID",
"PAYPAL_CLIENT_SECRET": "YOUR_CLIENT_SECRET",
"PAYPAL_ENVIRONMENT": "sandbox"
}
}
}
}Key Features
Secure transaction management and refund processing
Real-time payment tracking and notifications
Integration with PayPal's REST and Smart Payment APIs
Support for global currencies and regional regulations
Server Details
The official PayPal MCP server integrates PayPal's global payment platform with AI models. It allows models to manage transactions, process refunds, track payments, and interact with PayPal's extensive financial APIs. This tool is essential for developers building AI-driven fintech applications and e-commerce solutions that require secure and reliable payment processing.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository