MCP Server
MCP
io.github.paypal/paypal-mcp-server
A command line tool for setting up PayPal MCP server
Install
npx -y @paypal/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@paypal/mcp",
"version": "1.8.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "YOUR_PAYPAL_ACCESS_TOKEN ref: https://docs.paypal.ai/developer/how-to/api/get-started ",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PAYPAL_ACCESS_TOKEN"
},
{
"description": "'SANDBOX' or 'LIVE'",
"isRequired": true,
"format": "string",
"name": "PAYPAL_ENVIRONMENT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment