mcpbeat Sign in

Zenmoney MCP Server

by a-tarasoff Your server? Claim it
local only

Zenmoney MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 103 installs a week from npm. Last commit 4 Sep 2026.

MCP server for ZenMoney personal finance app

Installs per day peak 24 · avg 9 · +37% w/w
a month agotoday
103
Installs / week
npm · zenmoney-mcp
19
Stars
1 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository a-tarasoff/zenmoney-mcp
пакет zenmoney-mcp ссылается на artarasov/zenmoney-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add zenmoney-mcp -- npx -y zenmoney-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zenmoney-mcp": {
      "args": [
        "-y",
        "zenmoney-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zenmoney-mcp]
command = "npx"
args = ["-y", "zenmoney-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "zenmoney-mcp": {
      "args": [
        "-y",
        "zenmoney-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zenmoney-mcp": {
      "args": [
        "-y",
        "zenmoney-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ZENMONEY_TOKEN (ZenMoney API token from https://zerro.app/token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Zenmoney MCP

same job, measured the same way
Personal Finance AI MCP
by csoai-org

Personal Finance Ai MCP Server by MEOK AI Labs

221 installs/wk local only
Finance Intelligence MCP
by ronit-019

Personal finance MCP server with budgeting, analytics, and PostgreSQL.

68 installs/wk local only
Lunch Money
by akutishevsky

MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more.

4 217 installs/wk local only
Ozon Seller
by dontsovcmc

MCP server for Ozon Seller API — products, FBS/FBO, finance, analytics, returns

86 installs/wk local only
Wimm
by wimm

Personal finance for AI agents — onboard, import statements, categorize & budget over MCP.

answering
Financial Modeling Prep MCP Server
by imbenrabi

MCP server for Financial Modeling Prep API with 250+ financial data tools

305 installs/wk local only
Datamuse MCP
by lacausecrypto

MCP server for Datamuse word-finding API

30 installs/wk local only
Ozon Seller MCP Server
by woyaxnini

MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.

61 installs/wk local only

Zenmoney MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Zenmoney MCP?
Zenmoney MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package zenmoney-mcp was installed 103 times last week.
How do I connect Zenmoney MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls zenmoney-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Zenmoney MCP?
The npm package zenmoney-mcp was installed 103 times in the last week. Week over week that is +37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Zenmoney MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 19 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.