time vs search-console-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | search-console-mcp by saurabhsharma2u | |
|---|---|---|
| Stars | ★ 85,748 | ★ 129 |
| 30d uses | — | — |
| Score | 77 | 51 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
search-console-mcp · Summary
MCP server unifying Google Search Console, Bing Webmaster Tools, and GA4 data for AI-driven SEO analytics.
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
search-console-mcp · Use cases
- AI-driven SEO analysis by automatically detecting traffic anomalies and identifying ranking opportunities
- Cross-platform performance comparison between Google and Bing search engines
- Automated SEO health checks with prioritized recommendations for action
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"]
}
}
}search-console-mcp · Install
Installation
- Install the MCP server:
npm install -g search-console-mcp- Set up authentication:
npx search-console-mcp setup- Add to Claude Desktop configuration:
{
"mcpServers": {
"search-console": {
"command": "npx",
"args": ["-y", "search-console-mcp"]
}
}
}