Paypal MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 279 installs a week from npm. Last commit 28 Oct 2025.
A command line tool for setting up PayPal MCP server
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add paypal-mcp-server -- npx -y @paypal/mcp
{
"mcpServers": {
"paypal-mcp-server": {
"args": [
"-y",
"@paypal/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.paypal-mcp-server]
command = "npx"
args = ["-y", "@paypal/mcp"]
{
"mcpServers": {
"paypal-mcp-server": {
"args": [
"-y",
"@paypal/mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"paypal-mcp-server": {
"args": [
"-y",
"@paypal/mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.