PIXRA vs time
Side-by-side comparison to help you pick between these two MCP servers.
PIXRA by dodufish | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 239 | ★ 85,748 |
| 30d uses | — | — |
| Score | 40 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Java | TypeScript |
| Last commit | 13 mo ago | this month |
PIXRA · Summary
PIXRA is a reliability-focused framework with MCP server integration for agent workflows and automation.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
PIXRA · Use cases
- Web content analysis and extraction through MCP-integrated agents
- Multi-agent collaborative workflows for research and outreach
- Reliable task automation with verification systems
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
PIXRA · Install
pip install pixraFor Claude Desktop integration, add to claude_desktop_config.json:
{
"mcpServers": {
"pixra": {
"command": "python",
"args": ["-m", "pixra.server"]
}
}
}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"]
}
}
}