MCP Catalogs
Home

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
Score7750
Official
Categories
ProductivityDeveloper ToolsCommunication
Web ScrapingAI / LLM ToolsDeveloper Tools
LanguageTypeScriptPython
Last committhis month1 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

  1. Install uvx:
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Install a Chromium-based browser (required for page_content)
  1. Set your search API key (Serper, Tavily, or SearXNG)
  1. 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-server

Claude 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"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.