Home Tracker MCP
Enables sending email digests and alerts via Gmail, using an App Password for authentication.
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., "@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: mcp-money
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 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
- Alicense-qualityDmaintenanceA self-hosted MCP server for managing email, calendar, and cloud storage across Microsoft 365, Google Workspace, and IMAP accounts, enabling natural language interaction through any MCP client.Last updated1MIT
- Alicense-qualityDmaintenanceMCP server for personal finance tracking, enabling expense/income recording, budget management, and financial summaries through 16 tools.Last updated53MIT
- Flicense-qualityDmaintenanceA local MCP server for tracking personal expenses using SQLite, enabling users to add, list, and summarize expenses via natural language.Last updated
- Flicense-qualityCmaintenanceAn MCP server that lets you log and query your own spending through natural conversation with Claude, instead of a spreadsheet or app.Last updated6
Related MCP Connectors
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
A MCP server built for developers enabling Git based project management with project and personal…
Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.
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/luiscazares/home-tracker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server