MCP Catalogs
Home

ultimate_mcp_server vs openalex-research-mcp

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

ultimate_mcp_server
by Dicklesworthstone
openalex-research-mcp
by oksure
Stars★ 149★ 26
30d uses
Score8544
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
AI / LLM ToolsKnowledge GraphSearch
LanguagePythonJavaScript
Last commit2 mo ago1 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.

openalex-research-mcp · Summary

MCP server providing access to 240M+ scholarly works through 31 specialized tools for research analysis and literature reviews.

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

openalex-research-mcp · Use cases

  • Conduct systematic literature reviews with citation network analysis
  • Track research trends and evolution in specific academic fields
  • Identify leading researchers and institutions in specific domains

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

openalex-research-mcp · Install

Installation

Option 1: Install from npm (Recommended)

# Install globally
npm install -g openalex-research-mcp

# Or use directly with npx (no installation needed)
npx openalex-research-mcp

Option 2: Install from source

# Clone the repository
git clone https://github.com/oksure/openalex-research-mcp.git
cd openalex-research-mcp

# Install dependencies
npm install

# Build the TypeScript code
npm run build

Claude Desktop Configuration

Add to your Claude Desktop config file:

**MacOS**: ~/Library/Application Support/Claude/claude_desktop_config.json **Windows**: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "openalex": {
      "command": "npx",
      "args": ["-y", "openalex-research-mcp"],
      "env": {
        "OPENALEX_EMAIL": "your.email@example.com"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.