Worksona MCP Server
Integrates 100+ specialized AI agents with Claude Desktop, providing automated agent discovery, multi-agent coordination, and ready-to-use task templates for complex development and business workflows. Enables users to leverage enterprise-level AI capabilities through actionable resources and intelligent agent matching.
README
Worksona MCP Server
A comprehensive MCP (Model Context Protocol) server that integrates all Worksona agents with Claude Desktop, providing automated agent discovery, multi-agent coordination, and enterprise-level AI capabilities.
🎯 Features
- Actionable Resources: Ready-to-use task templates, workflows, examples, and quick actions
- Automatic Agent Discovery: Loads 100+ Worksona agents from the repository automatically
- Multi-Agent Coordination: Four coordination patterns (sequential, parallel, review, executive)
- Intelligent Agent Suggestions: AI-powered agent matching for requests
- Task Templates: Pre-configured prompts for common development tasks
- Workflow Orchestration: Multi-agent workflows for complex projects
- Example Prompts: Real-world scenarios with detailed implementation guides
- Quick Actions: Fast solutions for immediate needs
- Memory Management: Persistent context and cross-agent memory
- Enterprise Integration: Full tool access and production-ready architecture
🚀 Quick Start
Prerequisites
- Node.js 18+
- Claude Desktop with MCP support
Installation
-
Install the MCP server globally:
npm install -g worksona-mcp-server -
Configure Claude Desktop: Add to
~/.claude-desktop/config.json(macOS) or%APPDATA%/Claude/config.json(Windows):{ "mcpServers": { "worksona-agents": { "command": "/usr/local/bin/worksona-mcp-server" } } }Note: No API key needed! The MCP server automatically detects it's running inside Claude Desktop and uses Claude's built-in AI processing.
-
Restart Claude Desktop to load the MCP server
🎮 Usage Examples
Attach Task Templates
Instead of writing prompts from scratch, attach task template resources for instant, professional prompts:
- Browse Resources in Claude Desktop's attachment panel
- Attach "📚 API Documentation" task template
- Customize the provided prompt with your API details
- Submit - Claude automatically activates the
doc-writeragent
Attach Workflow Resources
For complex projects, attach workflow resources that coordinate multiple agents:
- Attach "🚀 Full-Stack Application" workflow
- Customize the workflow prompt with your project requirements
- Submit - Claude automatically uses
coordinate_teamwith 4 specialists
Attach Example Prompts
Get detailed guidance for common scenarios:
- Attach "💡 Startup MVP Development" example
- Follow the comprehensive prompt template
- Get coordinated help from product, technical, and marketing specialists
Attach Quick Actions
For immediate needs:
- Attach "🐛 Quick Bug Fix" action
- Fill in the bug details
- Get rapid debugging from the
error-detectiveagent
Traditional Tool Usage
You can still use tools directly:
I need to create API documentation for my REST service
Claude will use the activate_agent tool with doc-writer automatically.
Research Workflows
Research the competitive landscape for AI coding assistants
Claude will use the research_workflow tool to deploy a team of research specialists.
📎 Attachable Resources
The MCP server provides 21 actionable resources organized into 4 categories:
🎯 Task Templates (6 resources)
Ready-to-use prompts for common development tasks:
- 📚 API Documentation - Comprehensive API docs with examples
- 🔍 Code Review - Security, performance, and best practices analysis
- ⚡ Database Optimization - Query and schema optimization
- 🔒 Security Audit - Vulnerability assessment and compliance
- 🎨 Frontend Component - Modern React/Vue components with TypeScript
- 🔧 Backend API - Scalable REST/GraphQL API design
🔄 Workflows (5 resources)
Multi-agent coordination for complex projects:
- 🚀 Full-Stack Application - Complete app development pipeline
- 🛡️ Security Review Workflow - Multi-stage security assessment
- ⚡ Performance Optimization - Systematic performance improvement
- 📊 Market Research - Comprehensive market analysis
- 🔄 DevOps Pipeline - End-to-end CI/CD setup
💡 Example Prompts (5 resources)
Real-world scenarios with detailed guidance:
- 💡 Startup MVP Development - From idea to launch
- 🔄 Legacy System Modernization - Migration strategies
- 🤖 AI Feature Integration - Adding AI to existing apps
- 📱 Mobile App Development - Cross-platform mobile apps
- 📈 Data Pipeline & Analytics - Data processing systems
⚡ Quick Actions (5 resources)
Fast solutions for immediate needs:
- 🐛 Quick Bug Fix - Rapid debugging (15-30 min)
- ⚡ Performance Check - Fast performance analysis (20-45 min)
- 🔍 Security Scan - Quick vulnerability assessment (25-40 min)
- 📖 Code Explanation - Understand existing code (15-25 min)
- 🤔 Technology Decision - Expert tech advice (20-35 min)
🔧 Available MCP Tools
| Tool | Description | Use Case |
|---|---|---|
activate_agent |
Activate a single agent with expertise | Specific tasks requiring domain expertise |
coordinate_team |
Coordinate multiple agents | Complex multi-faceted projects |
suggest_agents |
Get AI-powered agent recommendations | When unsure which agent to use |
list_agents |
Browse available agents by category | Discovering capabilities |
📁 Architecture
src/
├── agents/ # Agent system core
│ ├── types.ts # Type definitions
│ ├── registry.ts # Agent discovery and management
│ └── executor.ts # Agent execution engine
├── orchestration/ # Multi-agent coordination
│ ├── coordinator.ts # Workflow orchestration
│ └── memory.ts # Cross-agent memory
├── utils/ # Utilities
│ ├── context.ts # Project context management
│ └── logger.ts # Structured logging
└── index.ts # Main MCP server
🔍 Troubleshooting
Server Won't Start
- Check Node.js version (18+ required)
- Verify
agentsdirectory exists - Check console for error messages
Agents Not Loading
- Ensure
WORKSONA_AGENTS_PATHenvironment variable is set (if using custom path) - Verify agent metadata.json files are valid
- Check file permissions
Claude Desktop Not Connecting
- Verify MCP server configuration in Claude Desktop
- Restart Claude Desktop after configuration changes
- Check Claude Desktop logs for connection errors
🛠️ Development
Building from Source
npm install
npm run build
npm start
Environment Variables
WORKSONA_AGENTS_PATH: Path to agents directory (optional, defaults to bundled agents)NODE_ENV: Environment (development/production)LOG_LEVEL: Logging level (debug/info/warn/error)
Adding Custom Agents
- Place agent files in
agentsdirectory structure - Follow the standard agent format (metadata.json + agent.md)
- Restart the MCP server to reload agents
📊 Performance
- Agent Discovery: ~2-3 seconds for 100+ agents
- Single Agent Execution: ~500-2000ms average
- Multi-Agent Coordination: ~2-10 seconds depending on complexity
- Memory Usage: ~50-100MB typical operation
🔒 Security
- Agent prompts are executed in isolated contexts
- No direct file system access outside designated paths
- Memory is automatically cleaned to prevent data leaks
- All inputs are validated before processing
📝 License
MIT License - see LICENSE file for details.
🤝 Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests:
npm test - Submit a pull request
📞 Support
- Check the troubleshooting section above
- Review Claude Desktop MCP documentation
- Open an issue for bugs or feature requests
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。