by pureugong
Provides Magic Meal Kits server version information to AI assistants via Model Context Protocol, enabling programmatic version checks.
The Magic Meal Kits MCP server exposes the version of your Magic Meal Kits API so AI assistants can retrieve it through natural‑language requests.
npx -y @smithery/cli install @pureugong/mmk-mcp --client claude
# or globally
npm install -g mmk-mcp
.env
file (or set environment variables) with MMK_API_KEY
and MMK_API_BASE_URL
.npm start
or mmk-mcp
).claude_desktop_config.json
under mcpServers
.magic_meal_kits_server_version
tool to obtain the version.magic_meal_kits_server_version
).npx
and optional global npm install.npm run debug
) for detailed console output.Q: Which version of the package supports tools?
A: Versions 1.0.11 and later include tool support. Upgrade with npm install -g mmk-mcp@latest
if needed.
Q: Do I need to set both MMK_API_KEY
and MMK_API_BASE_URL
?
A: Yes. The key authenticates requests and the base URL points to your Magic Meal Kits deployment.
Q: Can I run the server without building it first?
A: After installing globally, you can run mmk-mcp
directly. For source builds, run npm run build
then npm start
.
Q: How do I test the server?
A: Use the Model Context Protocol Inspector: npx @modelcontextprotocol/inspector stdio -c "node" -a "build/src/index.js"
.
Q: What environment does this run on? A: Any system with Node.js installed.
A Model Context Protocol server for Magic Meal Kits that provides server version information as a tool for AI assistants.
The MCP server:
To install mmk-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @pureugong/mmk-mcp --client claude
You can install the package globally using npm:
npm install -g mmk-mcp
Current version: 1.0.17
To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json
:
{
"mcpServers": {
"magic-meal-kits": {
"command": "npx",
"args": ["-y", "mmk-mcp"],
"env": {
"MMK_API_KEY": "<your-api-key>",
"MMK_API_BASE_URL": "<your-api-base-url>"
}
}
}
}
MMK_API_KEY
- Your Magic Meal Kits API keyMMK_API_BASE_URL
- The base URL for your Magic Meal Kits API.env
file based on .env.example
npm install
npm run build
npm start
Tool Name | Description | Parameters |
---|---|---|
magic_meal_kits_server_version |
Check the Magic Meal Kits server version | No parameters required |
For debugging purposes, you can run the MCP server directly to see console output and any errors:
.env
file in the project root with all required environment variables:MMK_API_KEY=your-api-key
MMK_API_BASE_URL=https://magic-meal-kits-isjxytikta-uw.a.run.app
# Using the enhanced debug script:
npm run debug
# Or if installed globally:
mmk-mcp
# Install the MCP Inspector
npm install -g @modelcontextprotocol/inspector
# Connect to your running MCP server
npx @modelcontextprotocol/inspector stdio -c "node" -a "build/src/index.js"
# Or if you've installed the inspector globally:
mcp-inspector stdio -c "node" -a "build/src/index.js"
This will open an interactive inspector where you can test the MCP tools and view responses from the server.
If you encounter issues with the MCP server, here are some common solutions:
If you see an error like Error: Server does not support tools (required for tools/call)
, make sure you're using version 1.0.11 or later.
To update to the latest version, run:
npm install -g mmk-mcp@latest
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "magic-meal-kits": { "command": "npx", "args": [ "-y", "mmk-mcp" ], "env": { "MMK_API_KEY": "<YOUR_API_KEY>", "MMK_API_BASE_URL": "<YOUR_API_BASE_URL>" } } } }
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.