MCP Catalogs
Home

ultimate_mcp_server vs scopus-mcp

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

ultimate_mcp_server
by Dicklesworthstone
scopus-mcp
by qwe4559999
Stars★ 149★ 25
30d uses
Score8543
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
AI / LLM ToolsDeveloper ToolsKnowledge Graph
LanguagePythonPython
Last commit2 mo ago4 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.

scopus-mcp · Summary

An MCP server connecting AI assistants to Elsevier Scopus for academic paper search and analysis.

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

scopus-mcp · Use cases

  • Academic researchers can search and analyze scientific papers related to their field
  • AI assistants can provide comprehensive summaries and analyses of academic literature
  • Students and researchers can track author publication histories and research impact

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

scopus-mcp · Install

Installation

Quick Setup (with uv)

  1. Install uv package manager

- Windows: powershell -c "irm https://astral.sh/uv/install.ps1 | iex" - macOS/Linux: curl -LsSf https://astral.sh/uv/install.sh | sh

  1. Get API key from [Elsevier Developer Portal](https://dev.elsevier.com/)
  2. Configure in Claude Desktop:
{
  "mcpServers": {
    "scopus-assistant": {
      "command": "uvx",
      "args": [
        "scopus-mcp"
      ],
      "env": {
        "SCOPUS_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Manual Setup

  1. Install Python 3.10+
  2. Install dependencies: pip install .
  3. Create config.json with API key
  4. Import MCP_tool_config.json into your MCP client
Comparison generated from public README + GitHub signals. Last updated automatically.