AI Agent Team-拥有24/7专业AI开发团队:产品经理、前端开发、后端开发、测试工程师、DevOps工程师、技术负责人。一键安装,支持中英文命令,大幅提升开发效率!
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-agent-team": {
"command": "npx",
"args": [
"-y",
"peterfei/ai-agent-team"
]
}
}
}
Run in terminal:
claude mcp add ai-agent-team npx -y peterfei/ai-agent-team
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-agent-team": {
"command": "npx",
"args": [
"-y",
"peterfei/ai-agent-team"
]
}
}
}