MCP Server
Maintained
MIT
Monobank MCP Server
io.github.akutishevsky/monobank-mcp-server
What is the Monobank MCP server?
MCP server for Monobank API — currency rates, client info, and account statements
How to install Monobank
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
MONOBANK_API_TOKENrequiredsecretMonobank personal API token obtained from https://api.monobank.ua/
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"monobank-mcp-server": {
"command": "npx",
"args": [
"-y",
"monobank-mcp-server"
],
"env": {
"MONOBANK_API_TOKEN": "<YOUR_MONOBANK_API_TOKEN>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"monobank-mcp-server": {
"command": "npx",
"args": [
"-y",
"monobank-mcp-server"
],
"env": {
"MONOBANK_API_TOKEN": "<YOUR_MONOBANK_API_TOKEN>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"monobank-mcp-server": {
"command": "npx",
"args": [
"-y",
"monobank-mcp-server"
],
"env": {
"MONOBANK_API_TOKEN": "<YOUR_MONOBANK_API_TOKEN>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"monobank-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"monobank-mcp-server"
],
"env": {
"MONOBANK_API_TOKEN": "<YOUR_MONOBANK_API_TOKEN>"
}
}
}
}Claude Code
claude mcp add monobank-mcp-server --env MONOBANK_API_TOKEN=<YOUR_MONOBANK_API_TOKEN> -- npx -y monobank-mcp-serverRelated MCP servers
Lunch Money
Active
MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more.
82
View repository →TypeScript
MIT
Withings Health Data
Maintained
MCP server for Withings health data — sleep, activity, heart, and body metrics.
28
View repository →TypeScript
MIT
Nutrition MCP
Active
Personal nutrition tracking — log meals, track macros, and review history through conversation.
18
View repository →TypeScript
MIT
Full Spotify Web API coverage - albums, artists, playlists, player controls, and more.
View repository →