botindex-mcp-server vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
botindex-mcp-server by Cyberweasel777 | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 0 | ★ 149 |
| 30d uses | — | — |
| Score | 36 | 85 |
| Official | — | — |
| Categories | FinanceAI / LLM ToolsDeveloper Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | JavaScript | Python |
| Last commit | 2 mo ago | 2 mo ago |
botindex-mcp-server · Summary
BotIndex MCP Server provides AI agents with sports odds, crypto data, and analytics via 17 premium tools.
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.
botindex-mcp-server · Use cases
- AI agents making informed sports betting decisions with real-time odds and correlation data
- Crypto trading bots monitoring token launches and market correlations
- Automated systems comparing commerce protocols and making optimized decisions
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
botindex-mcp-server · Install
Installation
npm install botindex-mcp-serverClaude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"botindex": {
"command": "npx",
"args": ["-y", "botindex-mcp-server"]
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"botindex": {
"command": "npx",
"args": ["-y", "botindex-mcp-server"]
}
}
}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