← Back to browse

Menus Recommender

Indexed by io.github.spyyps

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add menus-recommender -- uvx menus-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"menus-recommender","command":"uvx","args":["menus-mcp"]}'
JSON
{
  "mcpServers": {
    "menus-recommender": {
      "command": "uvx",
      "args": [
        "menus-mcp"
      ]
    }
  }
}