Nutrition MCP Server Built with Claude Code for Food Diary Export

A developer created a nutrition MCP server using Claude Code to solve the problem of commercial food diary apps blocking data export functionality behind paywalls or not offering it at all.
Development Process
The developer spent about 12 hours "vibe coding" with Claude Code, describing desired behavior and reviewing generated code. The resulting MCP server uses Bun + Hono + Supabase, is deployed as Docker, and includes OAuth for user data privacy.
How It Works
- Open Claude and send a photo of your meal or describe what you ate
- The system estimates macros and logs everything
- Request summaries for specific date ranges
- Export data to Excel
- No need to switch between apps or scroll through food databases
Cross-Tool Integration
When connected to the same Claude session as other MCP servers (like a Withings MCP server for steps, sleep, and weight), users can ask cross-tool questions such as "how did my calories compare to my activity this week?" without writing integration code.
Availability
- Free to connect at nutrition-mcp.com
- Setup takes under a minute
- Source code available on GitHub for self-hosting: https://github.com/akutishevsky/nutrition-mcp/
📖 Read the full source: r/ClaudeAI
👀 See Also

Harnessing Claude Code for Bot Consultancy: A Deep Dive
Exploring the integration of Claude Code within bot development to enhance functionality through AI consultancy, as shared by an enthusiast on r/clawdbot.

Claude Ops: Browser Dashboard for Claude Code Live Status and Subagent Tracking
A free, local macOS browser dashboard that tracks Claude Code session live status, current tool, spawned subagents, and sends OS push notifications when input is needed.

Silos Dashboard: Open-source web UI for managing OpenClaw agents
Silos Dashboard is an MIT-licensed web UI for managing OpenClaw agents, replacing config files and CLI with a single interface. It offers agent management, live chat with streaming, skill installation, task boards, channel integrations, and analytics.

Microsoft Teams SDK Adds HTTP Server Adapter for Existing AI Agents
The Microsoft Teams SDK now includes an HTTP server adapter that lets developers connect existing AI agents to Teams without rewriting their code. It works with LangChain chains, Slack bots, and Azure Foundry deployments by injecting a POST /api/messages endpoint into existing Express servers.