Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Menus Recommender
M
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Menus Recommender

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository

全球美食加权随机推荐:基于 396 道菜的知识库,给出多样化的就餐推荐。

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "menus-recommender": {
      "command": "npx",
      "args": [
        "-y",
        "menus-recommender"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

环球美食推荐 Plugin

一个 AI agent 插件:当用户表达就餐意向(「推荐晚餐」「不知道吃什么」「想吃点辣的」),基于 462 道菜的全球美食知识库做加权随机推荐。

  • 零依赖:纯 Python 3 标准库
  • 跨 agent:Claude Code(plugin)+ Gemini CLI(GEMINI.md)+ 任何 MCP 兼容 agent(规划中)
  • 智能兜底:本地知识库 → 自动放宽 → 网络搜索 → LLM 常识,4 层兜底
  • 去偏置 + 多样性:避免大菜系(如中餐)压制小菜系;避免推荐 3 道全是同一菜系

快速测试

bash
python3 scripts/recommender.py --count 3 --keywords "辣,牛肉"

返回 JSON:

config.json
{"dishes": [{"id": "...", "name": "麻婆豆腐", "price": 38, "cuisine": "川菜", ...}, ...], "exhausted": false, ...}

完整参数:

bash
python3 scripts/recommender.py --help

安装到不同 AI Agent

Claude Code

方式 A:自建 marketplace(推荐)

Code
/plugin marketplace add spyyps/recommend-dish
/plugin install menus-recommender@spyyps-recommend-dish

安装后在任意目录的 Claude Code 会话里说「推荐晚餐」「想吃点辣的」即可触发。 后续更新插件:/plugin update menus-recommender。

方式 B:本地 git clone

bash
git clone https://github.com/spyyps/recommend-dish ~/.claude/plugins/menus-recommender

Gemini CLI

bash
git clone https://github.com/spyyps/recommend-dish
cd recommend-dish
gemini   # 在本目录运行 Gemini CLI,会自动加载 GEMINI.md

Cursor / Codex

待添加(参考 .cursor-plugin/ 与 .codex-plugin/ 的多 manifest 适配,第二阶段交付)。

MCP 兼容的任意 Agent

适用于 Claude Desktop / Cline / Cursor / Continue 等任何 MCP 客户端。

uvx 方式(推荐,无需 pip install):

config.json
{
  "mcpServers": {
    "menus": {
      "command": "uvx",
      "args": ["menus-mcp"]
    }
  }
}

或者 pip install:

Terminal
pip install menus-mcp
config.json
{
  "mcpServers": {
    "menus": { "command": "menus-mcp" }
  }
}

详见 mcp-server/README.md。

触发示例

用户说触发解析为
「推荐晚餐」✓默认 3 道,无筛选
「想吃点辣的」✓--keywords "辣"
「来 5 道便宜的海鲜」✓--count 5 --keywords "海鲜" --price-tier "实惠"
「推荐两道川菜」✓--count 2 --cuisine "川菜"
「换一批」(紧接上一次推荐)✓--exclude-ids "<上轮所有 id>"
「100 块以内的欧洲菜」✓--max-price 100 --geo "欧洲"

算法核心

  1. 关键词硬过滤:用户传了关键词时,菜品必须至少命中一个(OR 语义)
  2. 多重命中加权:命中 N 个关键词的菜,权重 ×2^(N-1)
  3. 菜系反偏置:权重 ×1/√(该菜系总菜数),平衡中餐占 35% 的天然偏差
  4. 多样性贪心:同一菜系上限 ≤ ceil(count/3)
  5. 价格档松弛:候选不足自动去掉价格档重试一次

关键词白名单

只接受以下关键词,超出范围的(如「不辣」「清淡」)由 LLM 在调用前消化掉:

  • 口味:麻辣 / 辣 / 甜 / 酸 / 咸 / 鲜
  • 食材:海鲜 / 牛肉 / 羊肉 / 猪肉 / 鸡肉 / 素食
  • 类型:面食 / 米饭类 / 汤 / 甜品 / 烧烤 / 火锅 / 咖喱 / 汉堡披萨 / 饮品

数据来源

  • 全球菜系 462 道菜(10 个地区、41 个菜系、69 个子风味)
  • 价格范围 ¥6 ~ ¥388(CNY)
  • 完整数据见 menu.json 与 knowledge_base/ 各索引文件

发布到他人(仓库 owner 视角)

作为 Plugin 分享

  1. git push 到 GitHub(本仓库已就绪:spyyps/recommend-dish)
  2. 仓库内 .claude-plugin/marketplace.json 已配置好,列出所有可装插件
  3. 在 README 贴出一行安装命令,分享仓库链接即可

作为 MCP 分享

仓库内 mcp-server/ 目录已实现 MCP server(Python,复用同一 recommender.py),暴露 recommend_dishes 与 list_keywords 两个工具。发布方式:

  • PyPI(推荐):
    bash
    cd mcp-server
    pip install build twine
    python3 -m build
    twine upload dist/*
    
    用户 uvx menus-mcp 或 pip install menus-mcp 即可。
  • 社区目录:发布完成后,提 PR 到 github.com/modelcontextprotocol/servers 把 menus-mcp 加进列表。
  • MCPB 单文件(Claude Desktop 专用):npx @anthropic-ai/mcpb pack → GitHub Release → 用户拖入 Claude Desktop 即装。

详见 mcp-server/README.md。

许可

MIT

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    💻 Developer Tools1 views
    Compare vs PraisonAI →
  • Blbl147 Xhs MCP logoBlbl147 Xhs MCP

    搜索笔记、浏览首页推荐、查看笔记内容与评论,并发表你的评论。直接在工作流中与小红书内容互动,高效跟进话题。

    💻 Developer Tools0 views
    Compare vs Blbl147 Xhs MCP →
  • Wix MCP logoWix MCP

    A Model Context Protocol server for Wix AI tools

    💻 Developer Tools0 views
    Compare vs Wix MCP →
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    💻 Developer Tools0 views
    Compare vs Labelhead Artist Momentum →

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Menus Recommender

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "menus-recommender": { "command": "npx", "args": ["-y", "Menus Recommender"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMenus Recommender AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/menus-recommender?style=directory)](https://allmcps.com/mcp/menus-recommender)
HTML Embed
<a href="https://allmcps.com/mcp/menus-recommender"><img src="https://allmcps.com/api/badge/menus-recommender?style=directory" alt="Menus Recommender on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
24Quality signal: Emerging · 24/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools9/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Menus Recommender →Install in Claude DesktopInstall in CursorInstall in VS Code