food-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., "@food-mcpWhat's a good recipe for vegetarian lasagna?"
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.
Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/dee89d7d-7446-4459-acef-b9796574a70d
Run Locally
Prerequisites: Node.js
Install dependencies:
npm installSet the
MINIMAX_API_KEYin .env.local to your MiniMax API key (model:MiniMax-M3, domainapi.minimaxi.com)Run the app:
npm run dev
Related MCP server: foodvisor-mcp
Deploy to Cloudflare Pages (production)
The full-stack app (React frontend + the MiniMax chat API) is deployed to Cloudflare Pages:
Live site: https://food-mcp-app.pages.dev
API endpoint: https://food-mcp-app.pages.dev/api/agent/chat
MCP backend (Worker): https://mcd-mcp-server.leochenliu.workers.dev/mcp
Deployment steps:
npm run build(builds the static frontend intodist/)npx wrangler pages project create food-mcp-app --production-branch main(one-time)npx wrangler pages secret put MINIMAX_API_KEY --project-name food-mcp-app(sets the model key)npx wrangler pages deploy dist --project-name food-mcp-app
The API is served by a Cloudflare Pages Function (functions/api/agent/chat.ts) that reuses the exact same orchestration logic as the local dev server (src/server/handleChat.ts), so cloud and local behavior stay identical. The Pages project config lives in the root wrangler.toml.
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
- AlicenseAqualityDmaintenanceAn MCP server that transforms AI assistants into personal chefs by providing recipe recommendations and meal planning features based on the HowToCook repository.54,479752ISC
- Alicense-qualityDmaintenanceMCP server integrating Foodvisor nutrition API for food search, meal logging, daily summaries, and progress tracking via LLM agents like Claude.MIT
- AlicenseBqualityDmaintenanceAn MCP server that enables AI-powered recipe generation and transformation using natural language, supporting dietary restrictions, allergies, and nutritional goals.215MIT
- Alicense-qualityFmaintenanceMCP server for MealMastery AI meal planning that enables users to manage meal plans, recipes, and grocery lists through natural language conversation with AI agents like Claude.67MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Hailuo (MiniMax) AI video generation
An MCP server that integrates with Discord to provide AI-powered features.
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/leochenliu/food-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server