Home Tracker MCP
Enables sending email digests and alerts via Gmail, using an App Password for authentication.
Click on "Deploy 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., "@Home Tracker MCPLog a $45 grocery trip at Walmart"
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.
🏠 Home Tracker MCP
A personal MCP server for tracking household expenses and shared notes, with pre-built email templates to keep you and your wife in sync.
Features
Tool | What it does |
| Add an expense with category, amount, date |
| Weekly or monthly breakdown by category |
| Save a shared note with optional tag |
| Retrieve notes, filter by author or tag |
| Remove a note by ID |
| Email a formatted spending report |
| Email a one-off alert (big purchase, budget warn) |
Related MCP server: Personal Finance Tracker MCP Server
Setup
1. Install dependencies
pip install -r requirements.txt2. Configure credentials
cp .env.example .env
# Edit .env with your Gmail address and App PasswordGmail App Password: Go to https://myaccount.google.com/apppasswords and generate a password for "Mail". Use that instead of your real password.
3. Run locally to test
python server.pyAdd to Claude Desktop
Edit your Claude Desktop config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add this block inside "mcpServers":
{
"mcpServers": {
"home-tracker": {
"command": "python",
"args": ["/absolute/path/to/home-tracker-mcp/server.py"],
"env": {
"PYTHONPATH": "/absolute/path/to/home-tracker-mcp"
}
}
}
}Restart Claude Desktop. The tools will appear automatically.
Example usage with Claude
"Log a $67 grocery run at HEB today"
"Give me a summary of our spending this month"
"Add a note reminding us to cancel the gym membership"
"Send the weekly digest to both of us"
"Alert my wife that I just spent $800 on car repair"
Categories to get started
groceries · utilities · dining · rent · transport · health · subscriptions · entertainment · clothing · misc
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
An MCP server that used to create notes
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for personal finance tracking, enabling expense/income recording, budget management, and financial summaries through 16 tools.51 npmMIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that lets you log and query your own spending through natural conversation with Claude, instead of a spreadsheet or app.6-
- FlicenseNot gradedqualityBmaintenanceMCP server for personal finance management. Enables natural language expense logging, budgeting, recurring charge detection, and statement import with deterministic local calculations.-
- AlicenseNot gradedqualityCmaintenanceA comprehensive MCP server for managing personal finances, enabling users to track expenses, manage budgets, monitor financial goals, and analyze spending patterns through an AI assistant. All data is stored locally in SQLite for complete privacy.7 npmMIT