CoWork-OS vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
CoWork-OS by CoWork-OS | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 305 | ★ 149 |
| 30d uses | — | — |
| Score | 50 | 85 |
| Official | — | — |
| Categories | ProductivityDeveloper ToolsAI / LLM Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | TypeScript | Python |
| Last commit | this month | 2 mo ago |
CoWork-OS · Summary
CoWork OS is a local-first personal agentic OS that integrates 44 MCP connectors for comprehensive productivity, coding, and knowledge work.
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
CoWork-OS · Use cases
- Integrating MCP connectors to connect enterprise CRM, support and productivity tools into a unified workspace
- Using MCP-enabled browser automation for web testing, screenshot-based analysis and remote task execution
- Deploying MCP connectors for file system operations, cloud storage access, and knowledge graph integration
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
CoWork-OS · Install
CoWork OS can be installed via npm for macOS and Windows:
npm install -g cowork-os
cowork-osFor MCP integration, add the following to your Claude Desktop configuration:
{
"mcpServers": {
"cowork-os": {
"command": "node",
"args": ["path/to/cowork-os/mcp-server.js"]
}
}
}ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server