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 | — | — |
| Score | 58 | 85 |
| Official | — | — |
| Categories | AI / LLM ToolsSearchDeveloper Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | Python | Python |
| Last commit | 1 mo ago | 2 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 claudeInstalling via Claude Desktop (.mcpb)
- Download the matching artifact from the [latest release](https://github.com/blazickjp/arxiv-mcp-server/releases/latest)
- In Claude Desktop open **Settings → Extensions** (or drag-and-drop)
- Click **Install** and set your paper storage directory
Manual Installation
uv tool install arxiv-mcp-serverClaude 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
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server