MCP Catalogs
Home

MCP-BOE vs ultimate_mcp_server

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

MCP-BOE
by ComputingVictor
ultimate_mcp_server
by Dicklesworthstone
Stars★ 39★ 149
30d uses
Score4785
Official
Categories
AI / LLM ToolsgovernmentKnowledge Graph
AI / LLM ToolsBrowser AutomationFile System
LanguagePythonPython
Last committhis month2 mo ago

MCP-BOE · Summary

MCP server providing access to Spanish BOE legislation, daily summaries, and official documents via MCP and REST API.

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.

MCP-BOE · Use cases

  • Legal research and analysis by querying consolidated Spanish legislation
  • Tracking daily government publications and changes in regulations
  • Comparing and analyzing relationships between different legal norms

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

MCP-BOE · Install

Installation

**Option 1: Using uvx (Recommended)**

uvx --from git+https://github.com/ComputingVictor/MCP-BOE.git mcp-boe

**Option 2: From source with uv**

git clone https://github.com/ComputingVictor/MCP-BOE.git
cd MCP-BOE
uv run python -m mcp_boe.server

**Option 3: With pip**

git clone https://github.com/ComputingVictor/MCP-BOE.git
cd MCP-BOE
pip install -e .

Configuration with Claude Desktop

Add to your configuration:

{
  "mcpServers": {
    "mcp-boe": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/ComputingVictor/MCP-BOE.git", "mcp-boe"]
    }
  }
}

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
Comparison generated from public README + GitHub signals. Last updated automatically.