Paypal MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 578 installs a week from npm. Last commit 28 Oct 2025.
A command line tool for setting up PayPal MCP server
Today is the operative word: we check Paypal MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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"
}
}
}
This one needs environment variables set before it will start:
PAYPAL_ACCESS_TOKEN (YOUR_PAYPAL_ACCESS_TOKEN ref: https://docs.paypal.ai/developer/how-to/api/get-started ), PAYPAL_ENVIRONMENT ('SANDBOX' or 'LIVE').
The author declared them in the registry entry; get the values from the project itself.
MCP server for Lightning Tools — pay-per-call AI tools via Bitcoin Lightning
CLI and MCP server for the LinkedIn API
CLI tool and MCP server that tests MCP servers for spec compliance
MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools
MCP server for dbatools — exposes SQL Server management commands as MCP tools
MCP server for link checking using linkinator
Local symbol ground truth MCP server for Unicode lookup and code-symbol linting.
MCP server for WordPress. Manage posts, users, comments, terms, metadata, and settings.
Answers built from our own checks of this server.