Magic Meal Kits 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., "@Magic Meal Kits MCPwhat's the current Magic Meal Kits server version?"
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.
![]()
Magic Meal Kits MCP Server
A Model Context Protocol server for Magic Meal Kits that provides server version information as a tool for AI assistants.
How It Works
The MCP server:
Connects to your Magic Meal Kits API
Enables AI assistants to check the Magic Meal Kits server version
Returns structured responses with version information
Follows secure authentication practices using API keys
Related MCP server: MCPfinder Server
Benefits
Check Magic Meal Kits server version programmatically through natural language requests
Maintain a clean separation between your API backend and AI integration
Usage with Claude Desktop
Prerequisites
NodeJS
MCP Client (like Claude Desktop App)
Magic Meal Kits API Key
Installation
Installing via Smithery
To install mmk-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @pureugong/mmk-mcp --client claudeGlobal Installation (Optional)
You can install the package globally using npm:
npm install -g mmk-mcpCurrent version: 1.0.17
Claude Desktop Configuration
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
Development
Clone this repository from https://github.com/pureugong/mmk-mcp
Create a
.envfile based on.env.exampleInstall dependencies:
npm installBuild the project:
npm run buildRun the server:
npm start
Available Tools
Tool Name | Description | Parameters |
| Check the Magic Meal Kits server version | No parameters required |
Debugging
Running the MCP Server Directly
For debugging purposes, you can run the MCP server directly to see console output and any errors:
Create a
.envfile 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.appRun the server directly:
# Using the enhanced debug script:
npm run debug
# Or if installed globally:
mmk-mcpIn another terminal, you can test the server using the MCP Inspector tool:
# 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.
Troubleshooting
If you encounter issues with the MCP server, here are some common solutions:
Server Does Not Support Tools Error
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@latestThis 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
- AlicenseBqualityDmaintenanceAn MCP (Model Context Protocol) server that provides tools for checking Maven dependency versions. This server enables LLMs to verify Maven dependencies and retrieve their latest versions from Maven Central Repository.334133MIT
- AlicenseAquality-maintenanceEnables AI assistants to discover, retrieve details about, and manage MCP (Model Context Protocol) servers that provide additional tools and capabilities on demand.56310
- AlicenseBqualityDmaintenanceA minimal MCP server implementation demonstrating basic tool integration with example functions like greetings, version info, and system information. Supports both HTTP and stdio transports for connecting AI clients.3MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to search for recipes, get nutritional information, find ingredients, and more through the Spoonacular Food API using natural language.6155ISC
Related MCP Connectors
Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
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/pureugong/mmk-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server