time vs paiml-mcp-agent-toolkit
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | paiml-mcp-agent-toolkit by paiml | |
|---|---|---|
| Stars | ★ 85,748 | ★ 153 |
| 30d uses | — | — |
| Score | 77 | 49 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsOps & Infra |
| Language | TypeScript | Rust |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
paiml-mcp-agent-toolkit · Summary
PMAT is an MCP server toolkit providing deterministic code analysis and AI context generation for agents.
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
paiml-mcp-agent-toolkit · Use cases
- AI agents analyzing codebases for technical debt patterns and quality issues
- Claude Code and Cline using PMAT tools for context-aware code assistance
- CI/CD pipelines integrating quality gates with mutation testing and technical debt grading
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"]
}
}
}paiml-mcp-agent-toolkit · Install
Install PMAT using Cargo:
cargo install pmatTo start the MCP server:
pmat mcpFor Claude Desktop integration, add to your config.json:
{
"mcpServers": {
"pmat": {
"command": "pmat",
"args": ["mcp"]
}
}
}