About
Overview
The PayPal MCP Server enables AI agents to interact with PayPal's payment platform. It provides tools for creating orders, processing payments, managing disputes, accessing transaction history, and handling payouts.
Capabilities
Tools & Capabilities
⚡create_order
Create a PayPal order
⚡capture_order
Capture payment for an order
⚡list_transactions
List transaction history
⚡get_transaction
Get transaction details
⚡create_payout
Create a batch payout
Setup
Installation
bash
Install
npx -y mcp-server-paypalExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"paypal": {
"command": "npx",
"args": ["-y", "mcp-server-paypal"],
"env": {
"PAYPAL_CLIENT_ID": "your-client-id",
"PAYPAL_CLIENT_SECRET": "your-secret"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 60
Last UpdatedFeb 12, 2026