mcpbeat Sign in

Monobank MCP Server

local only

Monobank runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 2 Aug 2026.

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

Installs per day peak 171 · avg 14 · +369% w/w
a month agotoday
43
Installs / week
npm · monobank-mcp-server
10
Stars
0 open issues
2 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Monobank every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add monobank-mcp-server -- npx -y monobank-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "monobank-mcp-server": {
      "args": [
        "-y",
        "monobank-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.monobank-mcp-server]
command = "npx"
args = ["-y", "monobank-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "monobank-mcp-server": {
      "args": [
        "-y",
        "monobank-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "monobank-mcp-server": {
      "args": [
        "-y",
        "monobank-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MONOBANK_API_TOKEN (Monobank personal API token obtained from https://api.monobank.ua/). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Monobank

same job, measured the same way
Sber MCP
by theyahia

MCP server for Sberbank API — accounts, statements. Bearer token auth.

53 installs/wk local only
Uk Parliament Questions Statements
by nick-ma

MCP server for UK Parliament Questions and Statements API

24 installs/wk local only
MCP Wise
by codespar

MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients

20 installs/wk local only
Cbr MCP
by theyahia

MCP server for Central Bank of Russia API — currency rates, key rate, precious metals, conversion.

71 installs/wk local only
Enhance MCP
by avclabs

HTTP MCP Client-Server for video enhancement API

99 installs/wk local only
Actionforge
by pritas

MCP server for ActionForge: expose your account's tools to Claude and any MCP client.

101 installs/wk local only
Uk Parliament Statutoryinstruments
by nick-ma

MCP server for UK Parliament Statutory Instruments API

23 installs/wk local only
Qontoctl
by alexey-pelykh

CLI and MCP server for the Qonto banking API

58 installs/wk local only

Monobank — questions

Answers built from our own checks of this server.

Why is there no uptime for Monobank?
Monobank runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package monobank-mcp-server was installed 43 times last week.
How do I connect Monobank?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls monobank-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Monobank?
The npm package monobank-mcp-server was installed 43 times in the last week. Week over week that is +369%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Monobank open source?
Yes — it is published under the MIT licence, written in TypeScript and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.