Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
Create and manage invoices, and analyze sales activity in PayPal via remote MCP server
Add this to your MCP client configuration:
{
"mcpServers": {
"paypal-remote": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.paypal.com/sse"
]
}
}
}{
"id": "paypal-remote",
"name": "PayPal",
"description": "Create and manage invoices, and analyze sales activity in PayPal via remote MCP server",
"source_url": "https://mcp.paypal.com/sse",
"publisher_name": "PayPal Inc.",
"publisher_url": "https://paypal.com",
"is_official": true,
"license": "Proprietary",
"runtime": "node",
"downloads": 3530386,
"requires_oauth": true,
"distribution": {
"type": "npm",
"package": "mcp-remote"
},
"tools_count": 0
}