MCP Server
Claude Agents Power
An intelligent MCP server that analyzes projects and recommends professional role assignments, enabling users to download specialized agent templates for 100+ roles across various company departments.
7
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "claude-agents-power",
3 "command": "npx",
4 "args": [
5 "claude-agents-power"
6 ]
7}
JSON7 lines
README Documentation
🚀 Claude Agents Power MCP Server
Unleash the power of 100+ specialized Claude agents for your development team via MCP
🌟 Features
- 246 Specialized Agents: From developers to managers, data scientists to security experts
- AI-Powered Analysis: Intelligent project analysis and agent recommendations
- Multi-language Support: English (146), Korean (87), Japanese (5), Chinese (8) agents
- Automatic Integration: Seamless integration with Claude Desktop
- Smart Recommendations: Context-aware agent suggestions based on your project
📦 Installation
Via NPM (Recommended)
npm install -g claude-agents-power
Via Claude Desktop Configuration
Add to your Claude Desktop config:
{
"mcpServers": {
"claude-agents-power": {
"command": "npx",
"args": ["claude-agents-power"]
}
}
}
🎯 Quick Start
1. Analyze Your Project
// AI-powered project analysis
ai-analyze-project --claudeMdPath ./CLAUDE.md
2. Get Recommended Agents
The system automatically recommends agents based on:
- Project type and complexity
- Technology stack
- Missing capabilities
- Development phase
3. Install Agents
// Auto-install recommended agents
agent-download --claudeMdPath ./CLAUDE.md --targetDir ./.claude/agents
🤖 Available Agent Categories
Development (30+ agents)
frontend-developer
- UI/UX specialistbackend-developer
- Server-side expertfull-stack-developer
- End-to-end developermobile-developer
- iOS/Android specialist- And many more...
Data & Analytics (20+ agents)
data-scientist
- ML/AI expertdata-engineer
- Pipeline specialistdata-analyst
- Insights expertdba
- Database administrator
Management (15+ agents)
tech-lead
- Technical leadershipproduct-manager
- Product strategyproject-manager
- Project coordinationscrum-master
- Agile facilitator
Quality & Security (10+ agents)
qa-engineer
- Testing specialistsecurity-engineer
- Security expertdevops-engineer
- Infrastructure specialist
🔥 AI-Powered Features
Intelligent Project Analysis
{
"projectType": "web-application",
"complexity": 9,
"technologies": ["React", "TypeScript", "Node.js"],
"recommendedAgents": [
"frontend-developer",
"qa-engineer",
"security-engineer"
]
}
Smart Agent Matching
- Analyzes your CLAUDE.md file
- Detects project requirements
- Recommends relevant agents
- Prioritizes based on needs
📖 Usage Examples
Example 1: React E-commerce Platform
# Automatically recommends:
# - frontend-developer (UI implementation)
# - qa-engineer (testing strategy)
# - security-engineer (payment security)
# - devops-engineer (deployment)
Example 2: Data Pipeline Project
# Automatically recommends:
# - data-engineer (pipeline design)
# - data-scientist (ML models)
# - dba (database optimization)
Example 3: Mobile App Development
# Search for mobile specialists
agents --search "mobile" --language en
🌍 Multi-language Support
Language | Agents | Code |
---|---|---|
English | 146 | en |
Korean | 87 | ko |
Japanese | 5 | ja |
Chinese | 8 | zh |
📊 Project Statistics
- Total Agents: 246
- Categories: 15+
- Languages: 4
- Tools Supported: Read, Write, Edit, Bash, Grep
- AI Analysis: Advanced project understanding
🛠️ MCP Tools
Core Tools
analyze-project
- Basic project analysisai-analyze-project
- AI-powered deep analysisagents
- Search, list, and get agent detailsmanage-agents
- Install and manage agentsagent-download
- AI-powered agent recommendations and download
🔧 Configuration
CLAUDE.md File
Create a CLAUDE.md
file in your project root:
# Project Name
## Overview
Describe your project here...
## Technologies
- React
- TypeScript
- Node.js
## Requirements
- User authentication
- Real-time updates
- Payment processing
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
📝 License
MIT License - see LICENSE file for details
🆘 Support
- Issues: GitHub Issues
- Documentation: Full Docs
- NPM: Package Page
🎉 Credits
Created with ❤️ by the Claude Agents Power team
Note: This MCP server requires Claude Desktop 0.5.0 or higher
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source