Skip to content

Monobank for Zed

io.github.akutishevsky/monobank-mcp-server

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

client:Zed transport:stdio runtime:npm

Install Monobank in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "monobank-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "monobank-mcp-server"
      ],
      "env": {
        "MONOBANK_API_TOKEN": "<MONOBANK_API_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Monobank in other clients