Monobank MCP Server

MCP (Model Context Protocol) server for integrating with Monobank API. Download the latest .mcpb bundle from the Releases page and open it - Claude Desktop or Claude Code will handle the rest. You'll be prompted to enter your Monobank API token during installation. Its README documents 3 tools, including get_currency_rates, get_client_info, get_statement.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-02 · ★ 7 · #87 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Monobank

before you install - you'll need

Set MONOBANK_API_TOKEN before connecting.

Claude Code

claude mcp add akutishevsky-monobank-mcp-server -- npx -y monobank-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "akutishevsky-monobank-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "monobank-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package monobank-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.akutishevsky is GitHub-verified and matches the repo owner

03 · What Monobank can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get currency exchange rates. Public endpoint, get client information, accounts and jars. Requires a token, and get the statement for an account or jar over a date range. Requires a token. Maximum range is 31 days + 1 hour.

The 3 tools it gives your agent

Extracted from the project's README - what Monobank lets an agent do.

get_currency_rates
- Get currency exchange rates. Public endpoint; works without an API token.
get_client_info
- Get client information, accounts and jars. Requires a token.
get_statement
- Get the statement for an account or jar over a date range. Requires a token. Maximum range is 31 days + 1 hour.

Latest releases

v1.3.0 · 2026-08-02

1.2.0 · 2026-03-15

04 · Who maintains Monobank

Monobank is maintained by akutishevsky. We track 5 MCP servers from akutishevsky - 4 actively maintained, 188 combined GitHub stars, oldest repo from Jul 2025. Full record: all servers from akutishevsky.

  1. Lunch Money MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more. ★ 95
  2. Nutrition MCP Personal nutrition tracking - log meals, track macros, review history, import from another app. ★ 47
  3. Withings Health Data MCP server for Withings health data - sleep, activity, heart, and body metrics. ★ 39

05 · Facts

category
API integration - ranked #87 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-08-02)
registry
io.github.akutishevsky/monobank-mcp-server (active, first published 2026-03-02 · 2 versions)
packages
npm:monobank-mcp-server

06 · Monobank FAQ

Is Monobank still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-02 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Monobank do?

With this server connected, an agent can get currency exchange rates. Public endpoint, get client information, accounts and jars. Requires a token, and get the statement for an account or jar over a date range. Requires a token. Maximum range is 31 days + 1 hour.

How do I install Monobank?

Run `npx -y monobank-mcp-server`. The README documents one environment variable (MONOBANK_API_TOKEN) to set first. Set MONOBANK_API_TOKEN before connecting. You can also paste the ready-made client config above.

Does Monobank run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Monobank

More API integration MCP servers · Revettr MCP · Kotlin & Java Library Sources · Apiverve · Bump Guard

More TypeScript MCP servers · Withings Health Data · Web Validator by DigestSEO · Emails · Campus CLI · Central Intelligence · see all