LobsterAI

GitHub

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.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "LobsterAI": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-LobsterAI"
      ]
    }
  }
}