paypay mcp for Cursor
io.github.mrslbt/paypay-mcp
PayPay QR payments for AI agents: QR codes, status, refunds, cancels. Bilingual JP/EN.
client:Cursor
transport:stdio
runtime:npm
Install paypay mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"paypay-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"paypay-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs