Fehu: CLI Double-Entry Bookkeeping with Claude AI MCP Integration

Fehu is a CLI personal accounting tool that integrates with Claude AI through MCP (Model Context Protocol). It's a lightweight double-entry bookkeeping system backed by SQLite, enabling users to manage finances through Claude Desktop by talking to their ledger.
Key Features
- Hierarchical accounts: Uses colon-separated account structures like
asset:bank:chaseandexpense:food:dining - Auto-tagging: Automatically tags transactions with
#hashtagsincluded in descriptions - Powerful calc engine: Filter transactions by period, tag, and perform set operations including union, intersect, and XOR
- Multi-currency support: Handles USD, KRW, BTC (with 8 decimal precision), and other currencies
The MCP integration allows users to record transactions through natural language commands. For example, saying "Record my lunch, $12 from my Chase account" prompts Claude to handle the transaction entry while maintaining balanced double-entry accounting principles.
Fehu ensures transactions are always balanced, preventing dirty data in the ledger. The tool is MIT licensed and open source, providing AI-assisted budgeting without requiring users to share financial data with third-party SaaS platforms.
This tool is for developers who want to manage personal finances through Claude AI while maintaining control over their financial data.
📖 Read the full source: r/ClaudeAI
👀 See Also

Fino: Open-Source MCP Server for Personal Finance Analysis with Claude
Fino is a free, open-source MCP server that connects Claude to bank accounts through Plaid, stores transaction data locally in SQLite, and provides Claude with tools for financial analysis.

Open-Source Benchmark Runner for Testing OpenClaw Agents on Real Workflows
A new open-source project lets you benchmark OpenClaw agents against your own private, real-world tasks defined in YAML, with support for importing actual agent workspaces.

RTX 5060 Ti 16GB Local LLM Benchmarks: 30B Models Still Lead for Coding
Benchmarks on an RTX 5060 Ti 16GB show Unsloth Qwen3-Coder-30B UD-Q3_K_XL achieving 76.3 tok/s on Ubuntu with quality score 8.14, making it the recommended default coding model. The Unsloth Qwen3.5-35B UD-Q2_K_XL hits 80.1 tok/s but with lower quality scores.

TeamOut AI Agent for Company Retreat Planning
TeamOut has launched an AI agent that plans company events through conversation, handling venue sourcing, vendor coordination, flight cost estimation, itinerary building, and project management. The system uses multiple LLMs and specialized tools to manage planning as a stateful coordination problem.