time vs mcpX
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcpX by Rudra78996 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1 |
| 30d uses | — | — |
| Score | 77 | 31 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Browser AutomationWeb ScrapingDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 9 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcpX · Summary
mcpX bridges AI applications with browser automation through MCP, enabling sophisticated web interaction workflows.
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
mcpX · Use cases
- Automated web testing and quality assurance workflows
- Data extraction and monitoring from websites
- AI-powered browser automation for repetitive tasks
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"]
}
}
}mcpX · Install
Installation
- Clone the repository:
git clone https://github.com/Rudra78996/mcpX.git - Install dependencies:
npm install - Build the project:
npm run build - Configure your MCP client to use the server
For Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"mcpx": {
"command": "node",
"args": ["/path/to/mcpX/dist/index.js"]
}
}
}