MCP server for the PayPay Open Payment API. Create QR codes, check payments, refunds, and cancellations. Tools documented in English and Japanese.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"paypay-mcp": {
"command": "npx",
"args": [
"-y",
"mrslbt/paypay-mcp"
]
}
}
}
Run in terminal:
claude mcp add paypay-mcp npx -y mrslbt/paypay-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"paypay-mcp": {
"command": "npx",
"args": [
"-y",
"mrslbt/paypay-mcp"
]
}
}
}