redd-archiver vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
redd-archiver by 19-84 | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 333 | ★ 149 |
| 30d uses | — | — |
| Score | 52 | 85 |
| Official | — | — |
| Categories | DatabaseWeb ScrapingAI / LLM Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | Python | Python |
| Last commit | 1 mo ago | 2 mo ago |
redd-archiver · Summary
A PostgreSQL-backed archive generator that creates browsable HTML archives from link aggregator platforms with MCP server integration.
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.
redd-archiver · Use cases
- Preserving internet communities before they disappear
- Creating searchable archives of historical discussions
- AI-powered analysis of archived social media content
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
redd-archiver · Install
Installation
**Prerequisites**: Python 3.7+, PostgreSQL 12+, 4GB+ RAM
**Quick Install** (Docker):
git clone https://github.com/19-84/redd-archiver.git
cd redd-archiver
# Create required directories
mkdir -p data output/.postgres-data logs tor-public
# Configure environment (IMPORTANT: change passwords!)
cp .env.example .env
nano .env # Edit POSTGRES_PASSWORD and DATABASE_URL
# Start services
docker compose up -d
# Generate archive (after downloading .zst files to data/)
python reddarc.py data/ \
--subreddit privacy \
--comments-file data/privacy_comments.zst \
--submissions-file data/privacy_submissions.zst \
--output output/**MCP Server Setup for Claude Desktop**:
{
"mcpServers": {
"reddarchiver": {
"command": "uv",
"args": ["--directory", "/path/to/mcp_server", "run", "python", "server.py"],
"env": { "REDDARCHIVER_API_URL": "http://localhost:5000" }
}
}
}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