apify-mcp-server vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
apify-mcp-server by apify | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 1,223 | ★ 149 |
| 30d uses | — | — |
| Score | 55 | 85 |
| Official | — | — |
| Categories | Web ScrapingAI / LLM ToolsDeveloper Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | TypeScript | Python |
| Last commit | this month | 2 mo ago |
apify-mcp-server · Summary
Apify MCP server enables AI agents to extract web data using thousands of pre-built scrapers and automation tools.
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.
apify-mcp-server · Use cases
- Extract data from social media platforms like Facebook and Instagram
- Scrape Google search results and maps for contact information
- Automate e-commerce price monitoring and product research
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
apify-mcp-server · Install
Installation
**HTTPS Endpoint (Recommended)**: Add to your MCP client configuration:
{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com"
}
}
}**Via stdio**:
npm install -g @apify/actors-mcp-server**Claude Desktop Configuration**:
{
"mcpServers": {
"apify": {
"command": "npx",
"args": ["@apify/actors-mcp-server"]
}
}
}Set the APIFY_TOKEN environment variable in Claude Desktop or include it as a Bearer token in the Authorization header.
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