meal-tracker-mcp
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., "@meal-tracker-mcpAdd dinner for Aviral on 2025-03-15"
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.
Meal Tracker MCP Server
MCP server to track meals for Shreyansh, Pankaj, and Aviral. Deploy on Render and connect to ChatGPT.
Setup
pip install -r requirements.txt
python seed_data.pyRelated MCP server: Calorie Tracker MCP Server
Run locally (stdio)
python server.pyRun locally (HTTP)
python server.py --httpServer runs at http://localhost:8000/mcp
Deploy to Render
Push to GitHub
Connect repo on Render (it auto-detects
render.yaml)Render generates
MCP_API_TOKENautomaticallyCopy the service URL (e.g.
https://meal-tracker-mcp.onrender.com/mcp)
Connect to ChatGPT
Go to ChatGPT > Settings > Connectors (or Apps)
Add a custom connector:
URL:
https://meal-tracker-mcp.onrender.com/mcpAuth: Bearer token (use the
MCP_API_TOKENfrom Render dashboard)
Tools
Tool | Description |
| Add meals for a person (date, person, lunch/dinner, count) |
| Remove a meal entry |
| Fetch meals for a date or range |
| Totals for a specific day |
| Per-person summary with costs |
Cost
₹80 per meal. Totals auto-calculated.
This server cannot be deployed
Maintenance
Related MCP Connectors
AI meal plans that fill your Kroger/Instacart cart - pantry-aware lists, all from chat.
AI-powered kitchen management — pantry, recipes, meal plans, shopping lists
Household-aware cooking brain: pantry, meal suggestions, dietary safety, recipes, shopping lists.
Track budgets from your AI chat: envelopes, monthly limits, variance reports. All data is local.
141
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables users to track daily calorie consumption by logging meals through natural language and searching a comprehensive food database. It provides daily summaries, weekly reports, and persistent SQLite storage to monitor dietary trends and goals.6 npmMIT
- FlicenseNot gradedqualityFmaintenanceTracks daily calorie intake with accurate BMR/TDEE calculations, food logging, and profile management via Cloudflare Workers and D1 database.4-
- AlicenseNot gradedqualityCmaintenanceEnables automated weekly meal planning and grocery price comparison across Swedish supermarkets through a Claude/GPT interface.3MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for sharing and settling travel schedules and expenses, integrating with LLMs and Supabase.-