time vs kindly-web-search-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | kindly-web-search-mcp-server by Shelpuk-AI-Technology-Consulting | |
|---|---|---|
| Stars | ★ 85,748 | ★ 325 |
| 30d uses | — | — |
| Score | 77 | 50 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Web ScrapingAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
kindly-web-search-mcp-server · Summary
Web search MCP server with robust content retrieval for AI coding tools and agents.
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
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
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}kindly-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"
}
}
}
}