# netease-youdao/LobsterAI | Model Context Protocol (MCP) Server > Open-source, desktop-grade AI agent that gets real work done — data analysis, slides, docs, video & web research. Built on OpenClaw; runs tools on your real desktop and takes commands from your phone via WeChat, Feishu, DingTalk & Telegram. - **Stars**: ⭐ 5,802 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "LobsterAI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-LobsterAI" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "LobsterAI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-LobsterAI" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-LobsterAI` - **Docker**: `docker run -i --rm mcp/LobsterAI`