skrills vs time
Side-by-side comparison to help you pick between these two MCP servers.
skrills by athola | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 64 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | this month | this month |
skrills · Summary
A 36-tool MCP server that validates, analyzes, and syncs skills across Claude Code, Codex CLI, Copilot CLI, and Cursor.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
skrills · Use cases
- Sync skills and configurations between Claude Code, Codex CLI, GitHub Copilot CLI, and Cursor
- Validate skills against multiple AI coding assistant platforms with autofix capabilities
- Analyze token usage and optimize context windows across AI assistants
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
skrills · Install
# macOS/Linux
curl -LsSf https://raw.githubusercontent.com/athola/skrills/HEAD/scripts/install.sh | sh
# Windows PowerShell
powershell -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "
Remove-Item alias:curl -ErrorAction SilentlyContinue; iwr https://raw.githubusercontent.com/athola/skrills/HEAD/scripts/install.ps1 -UseBasicParsing | iex"
cargo install skrillsTo use as MCP server:
skrills serve --stdioFor Claude Desktop integration, add to claude_desktop_config.json:
{
"mcpServers": {
"skrills": {
"command": "skrills",
"args": ["serve", "--stdio"]
}
}
}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"]
}
}
}