ultimate_mcp_server vs lsbot
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | lsbot by ruilisi | |
|---|---|---|
| Stars | ★ 149 | ★ 409 |
| 30d uses | — | — |
| Score | 85 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsSecurityAI / LLM ToolsCommunication |
| Language | Python | Go |
| 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.
lsbot · Summary
A lean, secure bot with MCP protocol integration and end-to-end encryption for AI applications.
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
lsbot · Use cases
- Secure AI assistant with local data processing and encrypted communication
- Automated workflow integration with messaging platforms like WeChat Work and Slack
- Browser automation without Node.js dependencies using CDP protocol
- Cross-platform file management and system control through AI agents
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_serverlsbot · Install
# macOS / Linux / WSL
curl -fsSL https://files.lingti.com/install-lsbot.sh | bash
# Windows (PowerShell)
irm https://files.lingti.com/install-lsbot.ps1 | iexFor Claude Desktop integration, add this to Claude Desktop's config.json:
{
"mcpServers": {
"lsbot": {
"command": "lsbot",
"args": ["mcp"]
}
}
}