mbbank-mcp

thedtvn/mbbank-mcp
★ 7 stars Python 💻 Code/Dev Tools Updated today
An MCP server for MBBank
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mbbank-mcp": {
      "command": "uvx",
      "args": [
        "mbbank-mcp"
      ]
    }
  }
}

Or install with pip: pip install mbbank-mcp

README Excerpt

MCP server for MBBank API helping monitoring and analytics transactions and balances. - [uv](https://docs.astral.sh/uv/getting-started/installation/) - Python 3.10 or higher Follow the MCP install [guide](https://modelcontextprotocol.io/quickstart/user), use the following configuration: > **Note** > Replace `<your_username>` and `<your_password>` with your actual MB Bank credentials.