Meituan-Mcp-Server-WIP

LewisChen1219/Meituan-Mcp-Server-WIP
★ 3 stars Python 🌐 Browser/Web Updated 28d ago
Meituan-Mcp-Server: An MCP server for automated food-ordering via Playwright. | 基于 MCP 协议的美团外卖自动化助手,支持大模型智能点餐。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "meituan-mcp-server-w": {
      "command": "uvx",
      "args": [
        "meituan-mcp-server-wip"
      ]
    }
  }
}

Or install with pip: pip install meituan-mcp-server-wip