tesseron vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
tesseron by BrainBlend-AI | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 17 | ★ 149 |
| 30d uses | — | — |
| Score | 43 | 85 |
| Official | — | — |
| Categories | Developer ToolsAI / LLM ToolsProductivity | AI / LLM ToolsBrowser AutomationFile System |
| Language | TypeScript | Python |
| Last commit | this month | 2 mo ago |
tesseron · Summary
Tesseron is a TypeScript SDK that exposes typed web-app actions to MCP-compatible AI agents over WebSocket.
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.
tesseron · Use cases
- Enabling AI agents to directly interact with live web applications and desktop apps
- Providing typed interfaces for AI to perform complex actions within productivity tools
- Creating seamless integration between AI assistants and existing applications without API keys
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
tesseron · Install
For Claude Code
/plugin marketplace add BrainBlend-AI/tesseron
/plugin install tesseron@tesseronFor Claude Desktop
Add to your config:
{
"mcpServers": {
"tesseron": { "command": "npx", "args": ["-y", "@tesseron/mcp@2.9.0"] },
"tesseron-docs": { "command": "npx", "args": ["-y", "@tesseron/docs-mcp@2.9.0"] }
}
}In Your App
npm install @tesseron/web
# or @tesseron/server, @tesseron/react, etc.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