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 | — | — |
| Score | 55 | 77 |
| Official | — | ✓ |
| Categories | SearchAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this 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 proxytime · 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"]
}
}
}