ultimate_mcp_server vs mTarsier
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | mTarsier by mcp360 | |
|---|---|---|
| Stars | ★ 149 | ★ 38 |
| 30d uses | — | — |
| Score | 85 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsProductivityAI / LLM Tools |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | 1 mo ago |
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.
mTarsier · Summary
mTarsier is an MCP server management platform that centralizes and simplifies MCP server configuration across multiple AI clients.
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
mTarsier · Use cases
- Centralizing MCP server management across multiple AI clients
- Discovering and installing new MCP servers through a marketplace
- Managing custom skills across different AI development environments
- Automating MCP server configuration with CLI tools
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_servermTarsier · Install
Installation
Download
Download the latest release from the [Releases](https://github.com/mcp360/mTarsier/releases/latest) page:
| Platform | File | |---|---| | macOS Apple Silicon | mTarsier_*_aarch64.dmg | | macOS Intel | mTarsier_*_x64.dmg | | Windows | mTarsier_*_x64-setup.exe | | Linux | mTarsier_*_amd64.AppImage / mTarsier_*_amd64.deb |
Homebrew (coming soon)
brew install mcp360/tap/tsrCLI Setup
Install the CLI tool from the app: **Settings → CLI Tool → Install tsr CLI**
Using with Claude Desktop
mTarsier can automatically manage Claude Desktop's MCP configuration. After installation, it will detect Claude Desktop and you can manage MCP servers through the dashboard or CLI.
The Claude Desktop configuration is typically located at:
~/Library/Application Support/Claude/claude_desktop_config.jsonmTarsier will automatically backup this file before making changes.