Skip to content
Cursor

Monobank for Cursor

io.github.akutishevsky/monobank-mcp-server

MCP server for Monobank API — currency rates, client info, and account statements

client:Cursor transport:stdio runtime:npm

Install Monobank 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": {
    "monobank-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "monobank-mcp-server"
      ],
      "env": {
        "MONOBANK_API_TOKEN": "<MONOBANK_API_TOKEN>"
      }
    }
  }
}

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

Monobank in other clients