Zenmoney MCP

MCP server for ZenMoney - access your personal finance data from any MCP-compatible AI client (Claude Desktop, Cursor, etc.). It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-28 · ★ 18 · #110 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Zenmoney MCP

before you install - you'll need

ZENMONEY_TOKEN

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add a-tarasoff-zenmoney-mcp -- npx -y zenmoney-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "a-tarasoff-zenmoney-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zenmoney-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package zenmoney-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.a-tarasoff is GitHub-verified and matches the repo owner

03 · What Zenmoney MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.1 · 2026-05-28

Changes · Add a Claude Desktop MCPB bundle workflow for drag-and-drop installation. · Collect the ZenMoney token through Claude Desktop sensitive user config. · Pin the MCPB packer and use deterministic production-only…

v0.3.0 · 2026-04-26

What's new · list_transactions accepts start_date and end_date (YYYY-MM-DD) so you can query an arbitrary period (e.g. Jan 1–31), not just a lookback from today. · Existing days parameter still works and remains the…

v0.2.0 · 2026-03-28

What's new · Cross-currency transfers · The add_transfer tool now supports transfers between accounts with different currencies. New parameters: · outcome_amount - amount debited from the source account (in source…

04 · Who maintains Zenmoney MCP

zenmoney-mcp is maintained by a-tarasoff. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
finance - ranked #110 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-05-28)
registry
io.github.a-tarasoff/zenmoney-mcp (active, first published 2026-03-28)
packages
npm:zenmoney-mcp

06 · Zenmoney MCP FAQ

What is Zenmoney MCP?

MCP server for ZenMoney - access your personal finance data from any MCP-compatible AI client (Claude Desktop, Cursor, etc.). It runs locally over stdio via the published package.

Is Zenmoney MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-28 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Zenmoney MCP?

Run `npx -y zenmoney-mcp`. The README documents one environment variable (ZENMONEY_TOKEN) to set first. You can also paste the ready-made client config above.

Does Zenmoney MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Zenmoney MCP