Home › Other › zenmoney-mcp

zenmoney-mcp

MCP server for ZenMoney personal finance app

TypeScript
★ 19 stars Last pushed 2026-09-04 License: MIT

Connect

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

Package (npm 0.1.1)

npx -y zenmoney-mcp@0.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "zenmoney-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zenmoney-mcp@0.1.1"
      ],
      "env": {
        "ZENMONEY_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • ZENMONEY_TOKEN required secret — ZenMoney API token from https://zerro.app/token

Related servers

Data from the Official MCP Registry