meal-tracker-mcp
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., "@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 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-qualityDmaintenanceEnables 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.18MIT
- Flicense-qualityFmaintenanceTracks daily calorie intake with accurate BMR/TDEE calculations, food logging, and profile management via Cloudflare Workers and D1 database.4
- Alicense-qualityFmaintenanceEnables automated weekly meal planning and grocery price comparison across Swedish supermarkets through a Claude/GPT interface.3MIT
- Flicense-qualityCmaintenanceMCP server for sharing and settling travel schedules and expenses, integrating with LLMs and Supabase.
Related MCP Connectors
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Track, analyze, and act on your streaming and SaaS subscriptions from any AI agent.
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
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/innajain/meal-tracker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server