MCP Catalogs
Home

ddgs vs time

Side-by-side comparison to help you pick between these two MCP servers.

ddgs
by deedy5
time
by modelcontextprotocol
Stars★ 2,640★ 85,748
30d uses
Score5577
Official
Categories
SearchAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

ddgs · Summary

An MCP server providing web search capabilities across multiple search engines via text, images, videos, news, and books searches.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

ddgs · Use cases

  • Enabling AI assistants to perform web searches to find current information
  • Providing a unified search interface across multiple search engines in MCP-compatible applications
  • Aggregating search results to overcome individual search engine limitations and rate limits

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

ddgs · Install

pip install -U ddgs[mcp]

For MCP clients like Cursor or Claude Desktop:

{
  "mcpServers": {
    "ddgs": {
      "command": "ddgs",
      "args": ["mcp"]
    }
  }
}

Start the server:

ddgs mcp    # Start MCP server (stdio transport)
ddgs mcp -pr socks5h://127.0.0.1:9150  # With proxy

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