概览
What is PayPal MCP Server?
A Model Context Protocol (MCP) server that integrates with PayPal’s APIs, enabling automated payment processing, subscription management, invoicing, and business operations through a standardized interface.
How to use PayPal MCP Server?
Install by cloning the repository, running npm install and npm build. Configure a .env file with PAYPAL_CLIENT_ID, PAYPAL_CLIENT_SECRET, and PAYPAL_ENVIRONMENT (sandbox or live). Start the server with npm start or use the provided MCP configuration snippet to connect it to your MCP client.
Key features of PayPal MCP Server
- Create and capture payments, orders, and payment tokens.
- Manage recurring subscriptions for billing.
- Create products, invoices, and batch payouts.
- Retrieve user information and manage web experience profiles.
- Automatic token management with refresh handling.
- Input validation via Zod schemas and robust error handling.
Use cases of PayPal MCP Server
- Automate checkout and payment capture for e‑commerce stores.
- Set up and manage recurring subscription billing.
- Generate and send invoices programmatically.
- Process batch payouts to multiple recipients.
- Retrieve and manage user profile data seamlessly.
FAQ from PayPal MCP Server
—