time vs MediaWiki-MCP-Server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | MediaWiki-MCP-Server by ProfessionalWiki | |
|---|---|---|
| Stars | ★ 85,748 | ★ 93 |
| 30d uses | — | — |
| Score | 77 | 49 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Knowledge GraphDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
MediaWiki-MCP-Server · Summary
MCP server connecting AI with MediaWiki wikis through tools and resources for reading and writing content.
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
MediaWiki-MCP-Server · Use cases
- AI assistant retrieving and summarizing wiki articles and page histories
- Automated content management and updates to wikis through AI agents
- Data analysis and reporting from MediaWiki data using AI
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"]
}
}
}MediaWiki-MCP-Server · Install
Installation
Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "npx",
"args": [
"@professional-wiki/mediawiki-mcp-server@latest"
],
"env": {
"CONFIG": "path/to/config.json"
}
}
}
}Other Clients
The repository provides specific installation instructions for:
- VS Code
- Cursor
- Windsurf
- Claude Code
- Gemini CLI
Each client has its own specific configuration requirements and setup process.