justmy2satoshis/expert-roles-mcp
3.1
If you are the rightful owner of expert-roles-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Expert Roles MCP Server is a comprehensive Model Context Protocol server offering AI consultation across various expert roles with integrated workflow orchestration.
Tools
8
Resources
0
Prompts
0
Expert Roles MCP Server
A comprehensive MCP (Model Context Protocol) server that provides 33 expert AI consultation roles across 8 specialized categories with integrated workflow orchestration capabilities. Fully compatible with Windows, Linux, and macOS.
🚀 Features
- 33 Expert Roles across 8 specialized categories
- Intelligent Expert Nomination: Advanced TF-IDF weighted algorithm with 95%+ accuracy
- Workflow Orchestration: 8 pre-built workflow templates + custom workflow creation
- Cross-Platform: Works on Windows, Linux, and macOS
- Production Ready: Includes PM2 and systemd configurations
📋 Quick Start
Windows
git clone https://github.com/justmy2satoshis/expert-roles-mcp.git
cd expert-roles-mcp
npm install --production
start.bat
Linux/macOS
git clone https://github.com/justmy2satoshis/expert-roles-mcp.git
cd expert-roles-mcp
npm install --production
chmod +x start.sh
./start.sh
Vultr Ubuntu Deployment
wget https://raw.githubusercontent.com/justmy2satoshis/expert-roles-mcp/main/deploy-vultr.sh
chmod +x deploy-vultr.sh
./deploy-vultr.sh
⚙️ Configuration
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"expert-roles": {
"command": "node",
"args": ["/path/to/expert-roles-mcp/mcp-server-commonjs.js"],
"env": {"NODE_NO_WARNINGS": "1"}
}
}
}
📖 Available Tools
- nominate_expert - Intelligently nominate the best expert for a task
- enhance_prompt - Enhance prompts with expert-specific frameworks
- list_expert_roles - List all 33 expert roles
- get_expert_capabilities - Get detailed expert information
- execute_workflow - Execute workflow templates
- create_custom_workflow - Create custom workflows
- chain_workflows - Chain multiple workflows
- list_workflows - List all workflow templates
👥 Expert Categories
- Development (6 roles): Full-Stack, Frontend, Backend, Mobile, Game, Blockchain
- Infrastructure (5 roles): DevOps, Build Systems, Platform, SRE, Systems Debug
- Data Analytics (5 roles): Data Science, BI, Statistics, Data Engineering, AI/ML
- Business Strategy (5 roles): Product, Revenue, Finance, Operations, E-commerce
- Security & Compliance (3 roles): Cybersecurity, Compliance, Database Security
- Design & UX (3 roles): UX Research, UI/UX Design, Conversion Design
- Quality & Operations (3 roles): QA, Documentation, Support
- Marketing & Growth (3 roles): Digital Marketing, Growth, Content
🚀 Production Deployment
PM2 (Recommended)
npm install -g pm2
pm2 start ecosystem.config.js
pm2 startup
pm2 save
Systemd (Linux)
sudo systemctl enable expert-roles-mcp
sudo systemctl start expert-roles-mcp
📄 License
MIT License - see file
🔗 Links
Version: 1.0.0 | Platform: Windows, Linux, macOS | Node.js: v18+