paypal mcp server for Cline
io.github.paypal/paypal-mcp-server
A command line tool for setting up PayPal MCP server
client:Cline
transport:stdio
runtime:npm
Install paypal mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"paypal-mcp-server": {
"command": "npx",
"args": [
"-y",
"@paypal/mcp"
],
"env": {
"PAYPAL_ACCESS_TOKEN": "<PAYPAL_ACCESS_TOKEN>",
"PAYPAL_ENVIRONMENT": "<PAYPAL_ENVIRONMENT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs