time vs WikidataMCP
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | WikidataMCP by wmde | |
|---|---|---|
| Stars | ★ 85,748 | ★ 24 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Knowledge GraphAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
WikidataMCP · Summary
MCP server providing standardized tools to explore and query Wikidata programmatically for AI applications.
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
WikidataMCP · Use cases
- AI agents exploring knowledge relationships in Wikidata
- Fact-checking systems verifying information against Wikidata
- Content enrichment by connecting external data to Wikidata entities
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"]
}
}
}WikidataMCP · Install
Installation
- Run locally:
uv run python main.py- Using Docker:
docker compose up --build- Connect to the public server:
- Server: https://wd-mcp.wmcloud.org/
- MCP endpoint: https://wd-mcp.wmcloud.org/mcp
Claude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"wikidata": {
"command": "curl",
"args": ["https://wd-mcp.wmcloud.org/mcp"]
}
}
}