This Model Context Protocol (MCP) server integrates seamlessly with AI assistants such as Claude, transforming how users interact with their personal finances. Built with Python using `fastmcp` and `uv`, it allows for conversational expense management, enabling users to add, list, summarize, update, and delete expense records using natural language queries. It leverages a local SQLite database to store financial data, offering a powerful, AI-driven interface for monitoring spending, budgeting, and financial analysis.
주요 기능
01Add, update, and delete expense records via natural language
02List and filter expenses by category and date range
03Generate spending summaries grouped by category
04Interact conversationally with financial data through Claude
05Local SQLite database for secure expense storage
061 GitHub stars