Skip to content
Cursor

yookassa mcp for Cursor

io.github.theyahia/yookassa-mcp

MCP server for YooKassa payment API — payments, refunds, receipts (54-FZ). 10 tools. First MCP for

client:Cursor transport:stdio runtime:npm

Install yookassa 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": {
    "yookassa-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/yookassa-mcp"
      ],
      "env": {
        "YOOKASSA_SHOP_ID": "<YOOKASSA_SHOP_ID>"
      }
    }
  }
}

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

yookassa mcp in other clients