MCP Catalogs
Home

Claude-Skills vs time

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

Claude-Skills
by borghei
time
by modelcontextprotocol
Stars★ 138★ 85,748
30d uses
Score4877
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageHTMLTypeScript
Last committhis monththis month

Claude-Skills · Summary

Comprehensive skill library with MCP server integration for Claude Code and other AI assistants.

time · Summary

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

Claude-Skills · Use cases

  • Enable Claude Code to access specialized tools across different domains through MCP integration
  • Deploy pre-configured skill sets for specific roles like SaaS founder or compliance officer
  • Use AI assistants with domain-specific expertise across 17 professional domains

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

Claude-Skills · Install

Installation

  1. Run the MCP server:
python scripts/mcp_server.py
  1. For Claude Desktop, add to your Claude Desktop config:
{
  "mcpServers": {
    "claude-skills": {
      "command": "python",
      "args": ["scripts/mcp_server.py"],
      "env": {}
    }
  }
}

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.