Zenmoney MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Zenmoney MCP Servershow my account balances and recent transactions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@krislintigo-zenmoney/mcp-server
Model Context Protocol server for the Zenmoney personal-finance API.
It exposes read access to accounts, transactions, categories, budgets and merchants, plus the ability to create transactions.
Environment
Variable | Required | Description |
| yes | Zenmoney API access token. Receive here |
| no | Set to |
Related MCP server: LunchMoney MCP Server
Tools
Tool | Kind | Description |
| read-only | List accounts with balances, currencies and types ( |
| read-only | List transactions for a date range; filter by account, category, type; |
| read-only | List categories (tags) and their hierarchy; filter by |
| read-only | List merchants; filter by |
| read-only | List planned/recurring transactions; filter by |
| read-only | List planned income/outcome budget amounts per category for a |
| write | Create an income, expense or transfer transaction. |
| refresh | Force the next read to refetch fresh data instead of the cached snapshot (cache expires after 5 min anyway). |
Usage
Run straight from npm via npx:
{
"mcpServers": {
"zenmoney": {
"command": "npx",
"args": ["-y", "@krislintigo-zenmoney/mcp-server"],
"env": {
"ZENMONEY_ACCESS_TOKEN": "{your-zenmoney-access-token}"
}
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceMCP Server for Monarch Money, utilizing an unofficial api.Last updated11291MIT
- AlicenseBqualityAmaintenanceAn MCP server implementation that provides programmatic access to personal finance data through LunchMoney's API, enabling AI assistants to manage transactions, budgets, categories, and assets.Last updated5956688MIT
- AlicenseCqualityBmaintenanceUnofficial MCP server for Monarch Money that exposes tools for managing accounts, transactions, budgets, and other financial data through natural language.Last updated1001MIT
- AlicenseBqualityAmaintenanceRead-only MCP server for ZenMoney that syncs financial data into memory and exposes it through tools and resources, enabling agentic analysis of transactions and spending patterns.Last updated1032MIT
Related MCP Connectors
Remote MCP server for full read/write access to a Zotero library
A basic MCP server to operate on the Postman API.
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/krislintigo-zenmoney/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server