PayPal MCP
查询交易、发票与订单,辅助支付集成与对账。
安装命令
终端
npx -y @paypal/mcp在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"paypal": {
"command": "npx",
"args": [
"-y",
"@paypal/mcp"
]
}
}
}查询交易、发票与订单,辅助支付集成与对账。
npx -y @paypal/mcp{
"mcpServers": {
"paypal": {
"command": "npx",
"args": [
"-y",
"@paypal/mcp"
]
}
}
}