Skip to content
Cursor

Menus Recommender for Cursor

io.github.spyyps/menus-recommender

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

client:Cursor transport:stdio runtime:pypi

Install Menus Recommender in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "menus-recommender": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "menus-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Menus Recommender in other clients