MCP Catalogs
Home

ultimate_mcp_server vs hive-sdk

Side-by-side comparison to help you pick between these two MCP servers.

ultimate_mcp_server
by Dicklesworthstone
hive-sdk
by hive-intel
Stars★ 149★ 17
30d uses
Score8544
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
FinanceAI / LLM ToolsDeveloper Tools
LanguagePythonTypeScript
Last commit2 mo agothis 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.

hive-sdk · Summary

Institutional-grade crypto market infrastructure MCP server with 376+ tools from 9 providers.

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

hive-sdk · Use cases

  • AI agents accessing real-time cryptocurrency market data and DeFi metrics
  • Portfolio analysis across multiple blockchains and DeFi protocols
  • Security checks before executing transactions, including honeypot detection

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

hive-sdk · Install

Installation

Using npx (no install required):

HIVE_API_KEY=hive_live_... npx -y -p hive-intelligence hive market price --ids bitcoin --vs usd

Global install:

npm install -g hive-intelligence

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "hive": {
      "command": "npx",
      "args": ["-y", "hive-intelligence"],
      "env": { "HIVE_API_KEY": "hive_live_..." }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.