Payment processing. Send money, create invoices, and manage transactions.
npx -y @paypal/mcp-server-paypal
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"paypal": {
"command": "npx",
"args": ["-y", "@paypal/mcp-server-paypal"]
}
}
}
```
fetch_datacreate_recordupdate_resourcedelete_itemPayment processing. Send money, create invoices, and manage transactions.
Language: Java
Category: APIs