MCP Catalogs
Home

arxiv-mcp-server vs ultimate_mcp_server

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

arxiv-mcp-server
by blazickjp
ultimate_mcp_server
by Dicklesworthstone
Stars★ 2,738★ 149
30d uses
Score5885
Official
Categories
AI / LLM ToolsSearchDeveloper Tools
AI / LLM ToolsBrowser AutomationFile System
LanguagePythonPython
Last commit1 mo ago2 mo ago

arxiv-mcp-server · Summary

An MCP server for searching and analyzing ArXiv papers with local storage and advanced search capabilities.

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.

arxiv-mcp-server · Use cases

  • AI research assistants searching and summarizing academic papers
  • Researchers staying updated on latest publications in their field
  • Automated literature reviews for meta-analyses
  • Content creators curating research summaries for audiences

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

arxiv-mcp-server · Install

Installing via Smithery

npx -y @smithery/cli install arxiv-mcp-server --client claude

Installing via Claude Desktop (.mcpb)

  1. Download the matching artifact from the [latest release](https://github.com/blazickjp/arxiv-mcp-server/releases/latest)
  2. In Claude Desktop open **Settings → Extensions** (or drag-and-drop)
  3. Click **Install** and set your paper storage directory

Manual Installation

uv tool install arxiv-mcp-server

Claude Desktop Configuration

{
    "mcpServers": {
        "arxiv-mcp-server": {
            "command": "uv",
            "args": [
                "tool",
                "run",
                "arxiv-mcp-server",
                "--storage-path", "/path/to/paper/storage"
            ]
        }
    }
}

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.