robokassa mcp for Cursor
io.github.theyahia/robokassa-mcp
MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R
client:Cursor
transport:stdio
runtime:npm
Install robokassa mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"robokassa-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/robokassa-mcp"
],
"env": {
"ROBOKASSA_LOGIN": "<ROBOKASSA_LOGIN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs