MCP Catalogs
Home

skillz vs time

Side-by-side comparison to help you pick between these two MCP servers.

skillz
by intellectronica
time
by modelcontextprotocol
Stars★ 394★ 85,748
30d uses
Score4977
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit4 mo agothis month

skillz · Summary

MCP server for loading Claude-style skills as tools in any MCP client.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

skillz · Use cases

  • Adding Claude skills to non-Claude AI agents like Codex, Copilot, and Cursor
  • Creating a skills marketplace and directory system (Skills Supermarket)
  • Extending Gemini CLI with Anthropic-style agent skills

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

skillz · Install

Install Skillz via PyPI and configure your MCP client:

pip install skillz

For Claude Desktop, add this to your config.json:

{
  "skillz": {
    "command": "uvx",
    "args": ["skillz@latest"]
  }
}

Or using Docker for isolation:

{
  "skillz": {
    "command": "docker",
    "args": [
      "run",
      "-i",
      "--rm",
      "-v",
      "/path/to/skills:/skillz",
      "intellectronica/skillz",
      "/skillz"
    ]
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.