mcpbeat Sign in

Paypay MCP Server

local only

Paypay MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 12 Aug 2026.

PayPay QR payments for AI agents: QR codes, status, refunds, cancels. Bilingual JP/EN.

Installs per day peak 144 · avg 14 · -42% w/w
a month agotoday
50
Installs / week
npm · paypay-mcp
0
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Paypay MCP 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 paypay-mcp -- npx -y paypay-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "paypay-mcp": {
      "args": [
        "-y",
        "paypay-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.paypay-mcp]
command = "npx"
args = ["-y", "paypay-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "paypay-mcp": {
      "args": [
        "-y",
        "paypay-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "paypay-mcp": {
      "args": [
        "-y",
        "paypay-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Paypay MCP

same job, measured the same way
MCP Stripe
by codespar

MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)

26 installs/wk local only
QR for Agent
by benswel

Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks

39 installs/wk local only
Topos
by krv-labs

Structural code-quality tools for AI coding agents.

439 installs/wk local only
MCP Dlocal
by codespar

MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries

24 installs/wk local only
Japan Utils
by vivek081166

Japan utilities for AI agents: era, romaji, postal codes, holidays, kana, name splitting.

64 installs/wk local only
Sms Florin MCP
by flovoice53-tech

Rent a real UK phone number and receive SMS/OTP codes — built for AI coding agents.

35 installs/wk local only
MCP Mercado Pago
by codespar

Mercado Pago — payments, checkout, PIX, refunds for LATAM

21 installs/wk local only
QR Rápido
by qrrapido

Generate QR codes for URLs, PIX, Wi-Fi, vCards, WhatsApp and more. For AI agents.

answering

Paypay MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Paypay MCP?
Paypay MCP 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 paypay-mcp was installed 50 times last week.
How do I connect Paypay MCP?
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 paypay-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Paypay MCP?
The npm package paypay-mcp was installed 50 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Paypay MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.