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: mail-cal-drive-mcp
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.
Latest Blog Posts
- 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