AI Skill Hub 强烈推荐:龙虾AI 是一款优质的MCP工具。已获得 5.3k 颗 GitHub Star,AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
龙虾AI 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
龙虾AI 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/netease-youdao/LobsterAI
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--ai": {
"command": "npx",
"args": ["-y", "lobsterai"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 龙虾AI 执行以下任务... Claude: [自动调用 龙虾AI MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__ai": {
"command": "npx",
"args": ["-y", "lobsterai"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<p align="center"> <img src="public/logo.png" alt="LobsterAI" width="120"> </p>
<p align="center"> <strong>A 24/7 personal assistant Agent that gets things done, built by NetEase Youdao</strong> </p>
<p align="center"> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" alt="MIT License"></a> <br> <img src="https://img.shields.io/badge/Platform-macOS%20%7C%20Windows%20%7C%20Linux%20%7C%20Mobile-brightgreen?style=for-the-badge" alt="Platform"> <br> <img src="https://img.shields.io/badge/Electron-40-47848F?style=for-the-badge&logo=electron&logoColor=white" alt="Electron"> <img src="https://img.shields.io/badge/React-18-61DAFB?style=for-the-badge&logo=react&logoColor=black" alt="React"> </p>
<p align="center"> English · <a href="README_zh.md">中文</a> </p>
---
LobsterAI is an all-in-one personal assistant Agent developed by NetEase Youdao. It works around the clock to handle your everyday tasks — data analysis, making presentations, generating videos, writing documents, searching the web, sending emails, scheduling tasks, and more.
At its core is Cowork mode — it executes tools, manipulates files, and runs commands in a local or sandboxed environment, all under your supervision. You can also reach the Agent via WeChat, WeCom, DingTalk, Feishu, QQ, Telegram, Discord, and more — getting work done from your phone anytime, anywhere.
npm install
```bash
npm run electron:dev:openclaw
npm run electron:dev:openclaw
By default, OpenClaw source is cloned/managed at `../openclaw` (relative to this repo). Override with:
bash OPENCLAW_SRC=/path/to/openclaw npm run electron:dev:openclaw
To force a rebuild even when the version hasn't changed:
bash OPENCLAW_FORCE_BUILD=1 npm run electron:dev:openclaw
To skip the automatic version checkout (e.g., when developing OpenClaw locally):
bash OPENCLAW_SKIP_ENSURE=1 npm run electron:dev:openclaw ```
```bash
npm run dist:win
npm run openclaw:runtime:host
npm run openclaw:runtime:mac-arm64 npm run openclaw:runtime:win-x64 npm run openclaw:runtime:linux-x64
Override OpenClaw source path with an environment variable when needed:
bash OPENCLAW_SRC=/path/to/openclaw npm run dist:win ```
Windows builds bundle a portable Python runtime under resources/python-win (included as installer resource python-win), so end users do not need to install Python manually. The bundled runtime is interpreter-focused and does not preinstall LobsterAI skill Python packages; those can be installed at runtime on demand. By default, packaging downloads the official Python embeddable runtime from python.org if no prebuilt archive is provided. For offline/non-network builds, provide a prebuilt runtime archive explicitly.
Offline/runtime source options for packaging: - LOBSTERAI_PORTABLE_PYTHON_ARCHIVE: Local prebuilt runtime archive path (recommended for offline CI/CD) - LOBSTERAI_PORTABLE_PYTHON_URL: Download URL for the prebuilt runtime archive - LOBSTERAI_WINDOWS_EMBED_PYTHON_VERSION / LOBSTERAI_WINDOWS_EMBED_PYTHON_URL / LOBSTERAI_WINDOWS_GET_PIP_URL: Optional overrides for Windows-host bootstrap sources
PascalCase; functions/variables: camelCase; Redux slices: *Slice.tstype: short imperative summary (e.g., feat: add artifact toolbar)App-level config is stored in the SQLite kv table, editable through the Settings panel.
Cowork session config includes:
auto / local| Variable | Description | Default |
|---|---|---|
OPENCLAW_SRC | Path to OpenClaw source directory | ../openclaw |
OPENCLAW_FORCE_BUILD | Set to 1 to force rebuild even if version matches | — |
OPENCLAW_SKIP_ENSURE | Set to 1 to skip automatic version checkout | — |
LOBSTERAI_SQLITE_BACKUP_ALWAYS_ON_STARTUP | Set to 1 or true to force an automatic backup on every app startup for QA/testing | — |
LobsterAI can bridge the Agent to multiple IM platforms. Send a message from your phone via IM to remotely trigger the desktop Agent — command your personal assistant anytime, anywhere.
| Platform | Protocol | Description |
|---|---|---|
| OpenClaw gateway | WeChat account integration, supports DMs and group chats | |
| WeCom | OpenClaw gateway | WeCom app bot, supports DMs and group chats |
| DingTalk | OpenClaw gateway | Enterprise bot, supports multiple instances |
| Feishu | OpenClaw gateway | Feishu/Lark app bot, supports multiple instances |
| OpenClaw gateway | QQ bot (official Bot API), supports multiple instances | |
| Telegram | OpenClaw gateway | Bot API, supports webhook and polling |
| Discord | OpenClaw gateway | Discord bot, supports servers and DMs |
| NetEase IM | node-nim V2 SDK | [NetEase IM P2P messaging](https://doc.yunxin.163.com/messaging2/getting-started) |
| NetEase Bee | node-nim V2 SDK | [NetEase Bee personal digital assistant](https://wp.m.163.com/163/html/bee/lobsterai_guide/index.html) |
| NetEase POPO | OpenClaw gateway | NetEase POPO enterprise IM, supports WebSocket and Webhook |
Configure the corresponding platform Token/Secret in the Settings panel to enable. Once set up, you can send instructions directly to the Agent from your phone IM (e.g., "analyze this dataset", "make a weekly summary PPT"), and the Agent will execute on the desktop and return results.
npm test -- logger npm test -- cowork
New test files go next to the source file they test, using the `.test.ts` extension:
src/main/ ├── foo.ts └── foo.test.ts
Example (`src/main/logger.test.ts`):
ts import { test, expect } from 'vitest';
test('log file pattern matches daily name', () => { expect(/^main-\d{4}-\d{2}-\d{2}\.log$/.test('main-2026-03-20.log')).toBe(true); }); ```
Avoid importing Electron-only APIs (e.g. electron-log) in tests — inline any logic that depends on them instead.
高质量的开源MCP工具,功能强大
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,龙虾AI 是一款质量优秀的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | LobsterAI |
| Topics | aiagentautomationtypescript |
| GitHub | https://github.com/netease-youdao/LobsterAI |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-06-17 · 更新时间:2026-06-17 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端