ultimate_mcp_server vs claude-historian-mcp
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | claude-historian-mcp by Vvkmnn | |
|---|---|---|
| Stars | ★ 149 | ★ 179 |
| 30d uses | — | — |
| Score | 85 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsAI / LLM ToolsSearch |
| 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.
claude-historian-mcp · Summary
An MCP server that allows Claude Code to search and retrieve conversation history with sophisticated search capabilities and zero dependencies.
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
claude-historian-mcp · Use cases
- Finding past solutions to similar problems encountered in previous conversations
- Debugging by searching historical error patterns and their fixes
- Understanding project evolution through file change history analysis
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_serverclaude-historian-mcp · Install
Installation
**From shell:**
claude mcp add claude-historian-mcp -- npx claude-historian-mcp**From inside Claude** (restart required):
Add this to our global mcp config: npx claude-historian-mcp
Install this mcp: https://github.com/Vvkmnn/claude-historian-mcp**For manually configurable MCP clients** (Cursor, Windsurf, etc.):
{
"mcpServers": {
"claude-historian-mcp": {
"command": "npx",
"args": ["claude-historian-mcp"],
"env": {}
}
}
}