monzo-mcp

partymola/monzo-mcp
★ 1 stars Python Security Updated 2d ago
MCP server for the Monzo banking API with OAuth, local transaction cache, and spending analysis
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install monzo-mcp

README Excerpt

MCP server for the [Monzo](https://monzo.com) banking API. Read-only access to accounts, balances, pots, transactions, and spending analysis - all through Claude Code or any MCP client. Unlike other Monzo MCP implementations that use raw bearer tokens (which expire in 6 hours), this server handles **full OAuth with automatic token refresh**.

Tools (9)

MONZO_MCP_CONFIG_DIRMONZO_MCP_DB_PATHmonzo_get_balancemonzo_list_accountsmonzo_list_potsmonzo_list_transactionsmonzo_search_transactionsmonzo_spendingmonzo_sync

Topics

claudemcpmcp-servermodel-context-protocolmonzomonzo-apioauthpersonal-finance