AI Skill Hub 推荐使用:agent-teams-ai 是一款优质的MCP工具。AI 综合评分 7.8 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
agent-teams-ai 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
agent-teams-ai 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/777genius/agent-teams-ai
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"agent-teams-ai": {
"command": "npx",
"args": ["-y", "agent-teams-ai"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 agent-teams-ai 执行以下任务... Claude: [自动调用 agent-teams-ai MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"agent-teams-ai": {
"command": "npx",
"args": ["-y", "agent-teams-ai"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<p align="center"> <a href="docs/screenshots/1.jpg"><img src="docs/screenshots/1.jpg" width="75" alt="Kanban Board" /></a> <a href="docs/screenshots/7.png"><img src="docs/screenshots/7.png" width="75" alt="Code Review" /></a> <a href="docs/screenshots/2.jpg"><img src="docs/screenshots/2.jpg" width="75" alt="Team View" /></a> <a href="docs/screenshots/8.png"><img src="docs/screenshots/8.png" width="75" alt="Task Detail" /></a> <img src="resources/icons/png/1024x1024.png" alt="Agent Teams" width="80" /> <a href="docs/screenshots/9.png"><img src="docs/screenshots/9.png" width="75" alt="Execution Logs" /></a> <a href="docs/screenshots/3.png"><img src="docs/screenshots/3.png" width="75" alt="Agent Comments" /></a> <a href="docs/screenshots/4.png"><img src="docs/screenshots/4.png" width="75" alt="Create Team" /></a> <a href="docs/screenshots/6.png"><img src="docs/screenshots/6.png" width="65" alt="Settings" /></a> </p>
<p align="center"> <strong><code>You're the CTO, agents are your team. They handle tasks themselves, message each other, review each other. You just look at the kanban board and drink coffee.</code></strong> </p>
<p align="center"> <a href="https://github.com/777genius/agent-teams-ai/releases/latest"><img src=".github/badges/version.svg" alt="Latest Release" /></a> <a href="https://github.com/777genius/agent-teams-ai/actions/workflows/ci.yml"><img src="https://github.com/777genius/agent-teams-ai/actions/workflows/ci.yml/badge.svg" alt="CI Status" /></a> <a href="https://discord.gg/qtqSZSyuEc"><img src="https://img.shields.io/badge/Discord-Join%20us-5865F2?style=flat-square&logo=discord&logoColor=white" alt="Discord" /></a> </p>
<p align="center"> <sub>Free desktop app for AI agent teams. Start with a free model with no auth - no signup, API key, or card - or connect Claude/Codex/OpenCode provider access for more models. Not just coding agents.</sub> </p>
<img width="1304" height="820" alt="image" src="https://i.imgur.com/AugQy1B.jpeg" />
<a href="https://777genius.github.io/agent-teams-ai/">Watch demo on the site or here:</a>
https://github.com/user-attachments/assets/d1a85fe5-fb49-4009-b2c1-79ae8818e8c4
|
https://github.com/user-attachments/assets/9cae73cd-7f42-46e5-a8fb-ad6d41737ff8 </td> <td width="50%"> https://github.com/user-attachments/assets/35e27989-726d-4059-8662-bae610e46b42 </td> </tr> </table> <br /> InstallationNo prerequisites - the app can detect supported runtimes/providers and guide setup from the UI.
Build for distribution
Distribution scripts run the production build and stage the bundled multimodel runtime from Quick start
Use the desktop app as the primary product. The browser/web path is not needed for normal use and does not provide the full desktop runtime, IPC, terminal, provider auth, or team lifecycle behavior. --- Comparison
Fact sources checked on May 18, 2026: detailed research notes, Gastown README, Gastown provider guide, Gastown scheduler, Gastown dashboard source, Gastown release, Paperclip README, Paperclip adapters, Paperclip heartbeat protocol, Paperclip org chart, Paperclip OrgChart source, Paperclip budgets, Paperclip runtime services, Paperclip Kanban source, Paperclip work products, Paperclip release, Cursor Background Agents, Cursor Diffs & Review, Cursor Bugbot, Cursor pricing, Claude Code agent teams, Claude Code subagents, Claude Code workflows, Claude Code costs, Claude pricing. --- FAQ<details> <summary><strong>Do I need to install a runtime before using this app?</strong></summary> <br /> No. You can start with the free model with no auth right away. If you want Claude, Codex, OpenCode/OpenRouter, or other provider-backed models, the app guides runtime detection/setup and provider authentication from the UI. </details> <details> <summary><strong>Does it read or upload my code?</strong></summary> <br /> The app is not a cloud code-sync service. It reads local runtime/session data to power the UI, and your project stays on your machine unless you choose a provider/runtime path that sends data to that provider. In <details> <summary><strong>Can agents communicate with each other?</strong></summary> <br /> Yes. Agents send direct messages, create shared tasks, and leave comments - all coordinated by the app's own orchestration layer. </details> <details> <summary><strong>Is it free?</strong></summary> <br /> Yes. The app is free and open source, and you can start with a free model with no auth - no registration, API keys, or credit card. If you want more models, connect the provider access you already have, such as Claude, Codex, OpenCode/OpenRouter, or other supported runtimes. </details> <details> <summary><strong>Can I review code changes before they're applied?</strong></summary> <br /> Yes. Every task shows a full diff view where you can accept, reject, or comment on individual code hunks — similar to Cursor's review flow. </details> <details> <summary><strong>What happens if an agent gets stuck?</strong></summary> <br /> Send a direct message to course-correct, or stop and restart from the process dashboard. If an agent needs your input, you'll get a notification and the task will show a distinct badge on the board. </details> <details> <summary><strong>Does it support multiple projects and teams?</strong></summary> <br /> Yes. Run multiple teams in one project or across different projects, even simultaneously. To avoid Git conflicts, ask agents to use git worktree in your provisioning prompt. </details> --- ⚡ 核心功能
👥 适合人群
🎯 使用场景
⚖️ 优点与不足
✅ 优点
⚠️ 不足
⚠️ 使用须知
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。 AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。 建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。 📄 License 说明
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。 🔗 相关工具推荐
❓ 常见问题 FAQ
MCP(Model Context Protocol)是 Anthropic 推出的开放协议,专门用于 AI 助手(如 Claude)调用外部工具。与普通 API 不同,MCP 提供标准化的工具描述格式,AI 可以自动理解工具功能并决定何时调用,无需人工编写大量适配代码。
💡 AI Skill Hub 点评
总体来看,agent-teams-ai 是一款质量良好的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。 🌐 原始信息
🔗 原始来源
🐙 GitHub 仓库 https://github.com/777genius/agent-teams-ai
🌐 官方网站 https://777genius.github.io/agent-teams-ai/
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。 🤖 交给 Agent 安装 · agent-teams-ai选择 Agent 类型,复制安装指令后粘贴到对应客户端 claude skill install https://github.com/777genius/agent-teams-ai
|