MCP Catalogs
Home

ultimate_mcp_server vs ols4

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

ultimate_mcp_server
by Dicklesworthstone
ols4
by EBISPOT
Stars★ 149★ 89
30d uses
Score8547
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Knowledge GraphDeveloper ToolsAI / LLM Tools
LanguagePythonJava
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.

ols4 · Summary

EMBL-EBI's Ontology Lookup Service provides an MCP server for biomedical ontologies via REST API.

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

ols4 · Use cases

  • Biomedical researchers querying ontology terms and relationships
  • Bioinformatics tool developers integrating ontology data into applications
  • Data standardization projects enforcing controlled vocabularies

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

ols4 · Install

Installation

  1. **Docker Compose (Recommended)**:

``bash HOST_UID=$(id -u) HOST_GID=$(id -g) docker compose up ``

  1. **Kubernetes with Helm**:

``bash export KUBECONFIG=<K8S_CONFIG> helm install ols4 <OLS4_DIR>/k8chart/ols4 --set imageTag=dev ``

  1. **Claude Desktop Configuration**:

Add to your Claude Desktop config.json: ``json { "mcpServers": { "ols": { "command": "curl", "args": ["-s", "https://www.ebi.ac.uk/ols4/api/mcp"] } } } ``

Comparison generated from public README + GitHub signals. Last updated automatically.