eatwise-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., "@eatwise-mcpReview my lunch and recommend a healthier dinner."
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.
eatwise-mcp
Local-first MCP server behind Eatwise (外卖营养教练 / 吃出来的饮食教练) — a Chinese dietary coach that gives transparent meal reviews and practical next-meal actions.
The server stores, only with explicit user consent, a basic profile and confirmed meals in a local SQLite database on the user's own machine, and deterministically recomputes meal nutrition from a bundled food database (Taiwan TFND entries plus USDA FNDDS typical portions — redistributable open data only).
9 tools:
history_status,configure_local_storage,get_profile,update_profile,review_and_save_meal,list_meals,get_day_review,export_local_data,delete_local_dataZero runtime dependencies; uses Node.js built-in
node:sqlite(Node >= 22.5)No network calls, no accounts, no cloud sync, no payment flows
Data location:
CHICHULAIDE_LOCAL_HISTORY_PATHenv var, otherwise the platform default (~/Library/Application Support/Chichulaideon macOS)
Run
npx -y --allow-git=all --package \
git+https://github.com/harrylabsj/eatwise-mcp#<pinned-commit> eatwise-mcp(--allow-git=all opts out of npm 12's default block on git-type fetching.)
Related MCP server: Nutrition MCP
Privacy
See PRIVACY.md. Data never leaves the device; export and deletion are user-initiated tools. Meals are kept 180 days by default and the retention is user-adjustable.
This engine is extracted unchanged from the
chichulaide monorepo (ai_backend/),
which also powers the WorkBuddy expert 外卖营养教练.
This server cannot be deployed
Maintenance
Related MCP Connectors
Personal nutrition tracking — log meals, track macros, review history, import from another app.
Food photo recognition, nutrition search, meal logging and glucose prediction for health apps
Food logging, nutrition summaries, and meal photo calorie and macro estimates.
MCP server exposing supplements database used by iNutriPlan.com
Related MCP Servers
- FlicenseBqualityDmaintenanceA personal fitness tracking server that enables logging and querying workouts, nutrition, and body metrics through a local SQLite database. Integrates with OpenNutrition MCP for food logging and supports exercise history tracking for workout progression.17-
- AlicenseNot gradedqualityDmaintenanceA filesystem-based MCP server that turns any MCP-capable AI agent into a conversational calorie and protein tracker with natural-language estimates, confidence-aware logging, daily/weekly progress, food-history search, and export, working offline with local fallback data.51 npmMIT
- AlicenseBqualityAmaintenanceA local-first nutrition MCP server for food search, barcode lookup, meal estimation, intake logging, hydration, and nutrition coaching workflows.46127 npm9MIT
- FlicenseNot gradedqualityCmaintenanceLocal-first nutrition tracker MCP server for Hermes, enabling food, alias, recipe, and meal log management with SQLite persistence.-