Back to Apps

ZenMoney MCP Server
Supports UIby sakost
Integrate ZenMoney personal finance API with LLMs to sync, track, and manage financial transactions and budgets.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects your LLM assistant to the ZenMoney personal finance API, enabling a powerful interface for managing money and tracking expenses through natural language.
Tools
sync: Incremental sync with ZenMoney serverfull_sync: Full re-download of all datalist_transactions: List transactions with detailed filterscreate_transaction: Create new expenses, income, or transferssuggest_category: Get AI-powered category suggestions for transactionslist_budgets: View monthly budget targets
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"zenmoney": {
"command": "zenmoney-mcp",
"env": {
"ZENMONEY_TOKEN": "your-token-here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
cargo install zenmoney-mcpInformation
- Pricing
- free
- Published
- 6/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"zenmoney": {
"command": "zenmoney-mcp",
"env": {
"ZENMONEY_TOKEN": "your-token-here"
}
}
}
}





