ultimate_mcp_server vs clawmaster
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | clawmaster by openmaster-ai | |
|---|---|---|
| Stars | ★ 149 | ★ 20 |
| 30d uses | — | — |
| Score | 85 | 42 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsProductivityAI / LLM Tools |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
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.
clawmaster · Summary
A comprehensive MCP server platform for managing OpenClaw with web console, desktop app, and MCP server 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
clawmaster · Use cases
- Managing OpenClaw configurations for teams or families through a centralized web interface
- Setting up memory-backed digital assistants with PowerMem integration
- Monitoring and observability of OpenClaw runtime performance and costs
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_serverclawmaster · Install
Installation
CLI + Web Console (recommended)
npm i -g clawmaster
clawmaster # start the web consoleOpen http://localhost:16223 — the setup wizard walks you through OpenClaw engine detection and LLM provider configuration.
clawmaster serve --daemon # run in background
clawmaster stop # stop the service
clawmaster doctor # verify your environmentDesktop App (Beta)
Download the installer for your platform from [GitHub Releases](https://github.com/openmaster-ai/clawmaster/releases)
From Source
git clone https://github.com/openmaster-ai/clawmaster.git
cd clawmaster
npm install
npm run dev:web # web console + backend
npm run tauri:dev # desktop appRequires Node.js 20+.