HomeFinance › monzo-mcp

monzo-mcp

Read-only MCP server for the Monzo banking API: OAuth, local transaction cache, spending analysis.

Python CloudLocal
★ 3 stars Last pushed 2026-09-21 License: GPL-3.0

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/partymola/monzo-mcp:v0.9.0

Or add to your MCP client config:

{
  "mcpServers": {
    "monzo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/partymola/monzo-mcp:v0.9.0"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry