Skip to content
Cursor

robokassa mcp for Cursor

io.github.artgas1/robokassa-mcp

Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).

client:Cursor transport:stdio runtime:pypi

Install robokassa mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "robokassa-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "robokassa-mcp"
      ],
      "env": {
        "ROBOKASSA_LOGIN": "<ROBOKASSA_LOGIN>",
        "ROBOKASSA_PASSWORD1": "<ROBOKASSA_PASSWORD1>",
        "ROBOKASSA_PASSWORD2": "<ROBOKASSA_PASSWORD2>",
        "ROBOKASSA_PASSWORD3": "<ROBOKASSA_PASSWORD3>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

robokassa mcp in other clients