Magic Meal Kits
БесплатноНе проверенEnables AI assistants to check the Magic Meal Kits server version through a single tool.
Описание
Enables AI assistants to check the Magic Meal Kits server version through a single tool.
README
![]()
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
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 claude
Global Installation (Optional)
You can install the package globally using npm:
npm install -g mmk-mcp
Current 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.example - Install dependencies:
npm install - Build the project:
npm run build - Run the server:
npm start
Available Tools
| Tool Name | Description | Parameters |
|---|---|---|
magic_meal_kits_server_version |
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.app
- Run the server directly:
# Using the enhanced debug script:
npm run debug
# Or if installed globally:
mmk-mcp
- In 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@latest
Установить Magic Meal Kits в Claude Desktop, Claude Code, Cursor
unyly install magic-meal-kits-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add magic-meal-kits-mcp -- npx -y mmk-mcpFAQ
Magic Meal Kits MCP бесплатный?
Да, Magic Meal Kits MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Magic Meal Kits?
Нет, Magic Meal Kits работает без API-ключей и переменных окружения.
Magic Meal Kits — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Magic Meal Kits в Claude Desktop, Claude Code или Cursor?
Открой Magic Meal Kits на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Magic Meal Kits with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
