time vs google-ai-mode-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | google-ai-mode-mcp by PleasePrompto | |
|---|---|---|
| Stars | ★ 85,748 | ★ 117 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | SearchAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 4 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
google-ai-mode-mcp · Summary
MCP server enabling AI-powered Google AI Mode search with citations for any LLM client.
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
google-ai-mode-mcp · Use cases
- Research coding topics and best practices with official documentation examples
- Compare technical specifications and features of software products
- Research regulatory changes and legal requirements with government sources
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"]
}
}
}google-ai-mode-mcp · Install
Installation
**Claude Code:**
claude mcp add google-ai-search npx google-ai-mode-mcp@latest**Cursor, Windsurf, Zed, or other MCP clients:**
{
"mcpServers": {
"google-ai-search": {
"command": "npx",
"args": ["google-ai-mode-mcp@latest"]
}
}
}**Linux/WSL users:** If you encounter X-Server errors, use xvfb-run:
{
"mcpServers": {
"google-ai-search": {
"command": "xvfb-run",
"args": ["-a", "npx", "google-ai-mode-mcp@latest"]
}
}
}