Monobank
Rank #5,055io.github.akutishevsky/monobank-mcp-server
MCP server for Monobank API — currency rates, client info, and account statements
Monobank is a Model Context Protocol (MCP) server published by akutishevsky. It ranks #5,055 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Monobank is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Jul 26, 2025 and most recently updated on Aug 2, 2026.
Ranks ahead of 110,405 of 115,460 servers on MCP Toplist.
Use Monobank
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add monobank-mcp-server -e "MONOBANK_API_TOKEN=<your MONOBANK_API_TOKEN>" -- npx -y monobank-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.monobank-mcp-server]
command = "npx"
args = ["-y", "monobank-mcp-server"]
[mcp_servers.monobank-mcp-server.env]
MONOBANK_API_TOKEN = "<your MONOBANK_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"monobank-mcp-server": {
"command": "npx",
"args": [
"-y",
"monobank-mcp-server"
],
"env": {
"MONOBANK_API_TOKEN": "<your MONOBANK_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"monobank-mcp-server": {
"command": "npx",
"args": [
"-y",
"monobank-mcp-server"
],
"env": {
"MONOBANK_API_TOKEN": "<your MONOBANK_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"monobank-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"monobank-mcp-server"
],
"env": {
"MONOBANK_API_TOKEN": "<your MONOBANK_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"monobank-mcp-server": {
"command": "npx",
"args": [
"-y",
"monobank-mcp-server"
],
"env": {
"MONOBANK_API_TOKEN": "<your MONOBANK_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"monobank-mcp-server": {
"command": "npx",
"args": [
"-y",
"monobank-mcp-server"
],
"env": {
"MONOBANK_API_TOKEN": "<your MONOBANK_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.akutishevsky%2Fmonobank-mcp-server)<a href="https://mcptoplist.com/server/io.github.akutishevsky%2Fmonobank-mcp-server"><img src="https://mcptoplist.com/badge/io.github.akutishevsky%2Fmonobank-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
akutishevsky
Other servers by akutishevsky
- Nutrition MCP#566 · 18 vers
- Lunch Money#1,538 · 4 vers
- Spotify#1,938 · 2 vers
- Withings#4,189 · 2 vers
- Google Tasks MCP Server#42,985
Available versions (3)
| Version | Published |
|---|---|
| 1.3.0 | Aug 2, 2026 |
| 1.1.1 | Mar 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Monobank?
- Monobank is maintained by akutishevsky, which publishes 6 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Monobank listed on the Official MCP Registry?
- Yes — Monobank is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Monobank have?
- MCP Toplist tracks 3 versions of Monobank, most recently published on Aug 2, 2026.
- Where can I find the source code for Monobank?
- The source code for Monobank is hosted at github.com/akutishevsky/monobank-mcp-server.