# hzlzh/Best-App | Model Context Protocol (MCP) Server > 收集&推荐优秀的 Apps/硬件/技巧/周边等 - **Stars**: ⭐ 17,499 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Best-App": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Best-App" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Best-App": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Best-App" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Best-App` - **Docker**: `docker run -i --rm mcp/Best-App`