time vs mcp-server-indexnow
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-server-indexnow by zizzfizzix | |
|---|---|---|
| Stars | ★ 85,748 | ★ 0 |
| 30d uses | — | — |
| Score | 77 | 30 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Web ScrapingDeveloper ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | 13 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-indexnow · Summary
An MCP server for submitting URLs to search engines via the IndexNow protocol.
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
mcp-server-indexnow · Use cases
- Web developers submitting updated or new content pages to search engines
- Content creators ensuring their new articles get indexed quickly
- AI assistants automatically informing search engines about website changes
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"]
}
}
}mcp-server-indexnow · Install
Using uvx (recommended)
"mcpServers": {
"mcp_server_indexnow": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/zizzfizzix/mcp-server-indexnow",
"mcp_server_indexnow"
]
}
}Using make
make installThen add to Claude desktop:
"mcpServers": {
"mcp_server_indexnow": {
"command": "/path/to/mcp-server-indexnow/.venv/bin/python",
"args": ["/path/to/mcp-server-indexnow/mcp_server_indexnow/main.py"]
}
}