Skip to content
Windsurf

monzo mcp for Windsurf

io.github.partymola/monzo-mcp

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

client:Windsurf transport:stdio runtime:oci

Install monzo mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

monzo mcp in other clients