ultimate_mcp_server vs kindly-web-search-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | kindly-web-search-mcp-server by Shelpuk-AI-Technology-Consulting | |
|---|---|---|
| Stars | ★ 149 | ★ 325 |
| 30d uses | — | — |
| Score | 85 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Web ScrapingAI / LLM ToolsDeveloper Tools |
| Language | Python | Python |
| Last commit | 2 mo ago | 1 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.
kindly-web-search-mcp-server · Summary
Web search MCP server with robust content retrieval for AI coding tools and agents.
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
kindly-web-search-mcp-server · Use cases
- Improving AI coding assistants by providing complete StackOverflow and GitHub discussions
- Retrieving up-to-date documentation and API references for programming
- Enhancing AI agents with comprehensive web search and content extraction capabilities
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_serverkindly-web-search-mcp-server · Install
Installation
- Install
uvx:
curl -LsSf https://astral.sh/uv/install.sh | sh- Install a Chromium-based browser (required for
page_content)
- Set your search API key (Serper, Tavily, or SearXNG)
- Run the MCP server:
uvx --from git+https://github.com/Shelpuk-AI-Technology-Consulting/kindly-web-search-mcp-server \
kindly-web-search-mcp-server start-mcp-serverClaude Desktop Configuration
Add to your config.json:
{
"mcpServers": {
"kindly-web-search": {
"command": "uvx",
"args": ["--from", "git+https://github.com/Shelpuk-AI-Technology-Consulting/kindly-web-search-mcp-server", "kindly-web-search-mcp-server", "start-mcp-server"],
"env": {
"SERPER_API_KEY": "your-serper-key",
"GITHUB_TOKEN": "your-github-token"
}
}
}
}