monobank-mcp-server

myarmolenko/monobank-mcp-server
★ 3 stars Java 🤖 AI/LLM Updated 2mo ago
An MCP server that brings your Monobank account data directly into AI conversations.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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