ultimate_mcp_server vs MCP_Server
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | MCP_Server by ThomasJanssen-tech | |
|---|---|---|
| Stars | ★ 149 | ★ 1 |
| 30d uses | — | — |
| Score | 85 | 28 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | AI / LLM ToolsWeb ScrapingDeveloper Tools |
| Language | Python | Python |
| Last commit | 2 mo ago | 10 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.
MCP_Server · Summary
Python MCP server for querying Crunchbase company data through Claude Desktop.
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
MCP_Server · Use cases
- Researching companies and their data on Crunchbase
- Analyzing market trends through company information
- Competitive intelligence gathering
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_serverMCP_Server · Install
Installation
- Install UV
On Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"On MacOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh- Download Claude Desktop
Download from: https://claude.ai/download
- Clone the repository:
git clone https://github.com/ThomasJanssen-tech/MCP_Server
cd MCP_Server- Add Bright Data API Key
Get $15 Bright Data credits: https://brdta.com/tomstechacademy Rename .env.example to .env and add your Bright Data API key
- Configure Claude Desktop
uv run mcp install main.pyUsage
Execute the following commands:
uv run download_data.py
uv run ingest_data.py