mcpbeat Sign in

Paypal MCP Server

local only

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

Installs per day peak 186 · avg 90 · +22% w/w
a month agotoday
578
Installs / week
npm · @paypal/mcp
12
Stars
4 open issues
28 Oct 2025
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

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.

Three servers free · no card

Connect this 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.

run in your terminal
claude mcp add paypal-mcp-server -- npx -y @paypal/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "paypal-mcp-server": {
      "args": [
        "-y",
        "@paypal/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.paypal-mcp-server]
command = "npx"
args = ["-y", "@paypal/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "paypal-mcp-server": {
      "args": [
        "-y",
        "@paypal/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Paypal MCP Server

same job, measured the same way
Donovanh
by donovanh

MCP server for Lightning Tools — pay-per-call AI tools via Bitcoin Lightning

36 installs/wk local only
Linkedctl
by alexey-pelykh

CLI and MCP server for the LinkedIn API

32 installs/wk local only
MCP Compliance
by yawlabs

CLI tool and MCP server that tests MCP servers for spec compliance

1 350 installs/wk local only
I
Ruchy MCP
by noahgift

MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools

local only
Dbatools MCP Server
by dataplat

MCP server for dbatools — exposes SQL Server management commands as MCP tools

39 installs/wk local only
Linkinator MCP
by justinbeckwith

MCP server for link checking using linkinator

107 installs/wk local only
OmniGlyph
by aidi1723

Local symbol ground truth MCP server for Unicode lookup and code-symbol linting.

97 installs/wk local only
WordPress MCP Server
by rnaga

MCP server for WordPress. Manage posts, users, comments, terms, metadata, and settings.

42 installs/wk local only

Paypal MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Paypal MCP Server?
Paypal MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @paypal/mcp was installed 578 times last week.
How do I connect Paypal MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @paypal/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Paypal MCP Server?
The npm package @paypal/mcp was installed 578 times in the last week. Week over week that is +22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Paypal MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript, 12 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.