Paypal MCP Server
Rank #17,668io.github.paypal/paypal-mcp-server
MCP server providing paypal-server capabilities
Paypal MCP Server is a Model Context Protocol (MCP) server published by paypal. It ranks #17,668 of 132,113 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Paypal MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Oct 23, 2025 and most recently updated on Oct 28, 2025.
Ranks ahead of 114,445 of 132,113 servers on MCP Toplist.
Use Paypal MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add paypal-mcp-server -e "PAYPAL_ACCESS_TOKEN=<your PAYPAL_ACCESS_TOKEN>" -e "PAYPAL_ENVIRONMENT=<your PAYPAL_ENVIRONMENT>" -- npx -y @paypal/mcpReplace each placeholder with your own value before saving.
[mcp_servers.paypal-mcp-server]
command = "npx"
args = ["-y", "@paypal/mcp"]
[mcp_servers.paypal-mcp-server.env]
PAYPAL_ACCESS_TOKEN = "<your PAYPAL_ACCESS_TOKEN>"
PAYPAL_ENVIRONMENT = "<your PAYPAL_ENVIRONMENT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"paypal-mcp-server": {
"command": "npx",
"args": [
"-y",
"@paypal/mcp"
],
"env": {
"PAYPAL_ACCESS_TOKEN": "<your PAYPAL_ACCESS_TOKEN>",
"PAYPAL_ENVIRONMENT": "<your PAYPAL_ENVIRONMENT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"paypal-mcp-server": {
"command": "npx",
"args": [
"-y",
"@paypal/mcp"
],
"env": {
"PAYPAL_ACCESS_TOKEN": "<your PAYPAL_ACCESS_TOKEN>",
"PAYPAL_ENVIRONMENT": "<your PAYPAL_ENVIRONMENT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"paypal-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paypal/mcp"
],
"env": {
"PAYPAL_ACCESS_TOKEN": "<your PAYPAL_ACCESS_TOKEN>",
"PAYPAL_ENVIRONMENT": "<your PAYPAL_ENVIRONMENT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"paypal-mcp-server": {
"command": "npx",
"args": [
"-y",
"@paypal/mcp"
],
"env": {
"PAYPAL_ACCESS_TOKEN": "<your PAYPAL_ACCESS_TOKEN>",
"PAYPAL_ENVIRONMENT": "<your PAYPAL_ENVIRONMENT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"paypal-mcp-server": {
"command": "npx",
"args": [
"-y",
"@paypal/mcp"
],
"env": {
"PAYPAL_ACCESS_TOKEN": "<your PAYPAL_ACCESS_TOKEN>",
"PAYPAL_ENVIRONMENT": "<your PAYPAL_ENVIRONMENT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.paypal%2Fpaypal-mcp-server)<a href="https://mcptoplist.com/server/io.github.paypal%2Fpaypal-mcp-server"><img src="https://mcptoplist.com/badge/io.github.paypal%2Fpaypal-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
paypal
Other servers by paypal
View all paypal servers →Available versions (2)
| Version | Published |
|---|---|
| 1.8.1 | Oct 28, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Paypal MCP Server?
- Paypal MCP Server is maintained by paypal, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Paypal MCP Server listed on the Official MCP Registry?
- Yes — Paypal MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Paypal MCP Server have?
- MCP Toplist tracks 2 versions of Paypal MCP Server, most recently published on Oct 28, 2025.
- Where can I find the source code for Paypal MCP Server?
- The source code for Paypal MCP Server is hosted at github.com/paypal/paypal-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.