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

Open-source Agent OS: Rust-based OS for AI agents with WASM sandboxing and Hands feature
An open-source operating system for AI agents has been released with 137k lines of Rust code under MIT license. The system runs agents in WASM sandboxes with 16 security layers and introduces 'Hands' for scheduled, autonomous agent operation.

Ghostbar: A ~5MB native macOS Swift AI client that hides from screen sharing
Ghostbar is a native Swift macOS menu bar AI client (~5MB) that uses window.sharingType = .none to become invisible to screen recorders. Works with Ollama, vLLM, llama.cpp, and any OpenAI-compatible backend.

MarkView: Open-source tool renders and manages AI-generated Markdown files
MarkView is a private-first rendering engine that displays Markdown files with Mermaid diagrams and KaTeX math, available as a web app, native macOS app, and MCP server for Claude Desktop and Cursor integration.

Claude Usage Bar Colorizer Browser Extension Built with Claude Code
A developer built a browser extension that recolors Claude's usage bars from green to yellow to red based on percentage thresholds, adds a popup with live usage data, and allows customization of thresholds and colors. The extension only runs on Claude's usage page, stores settings locally, and makes no external network requests.