MCP Catalogs
Home

time vs Skill_Seekers

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

time
by modelcontextprotocol
Skill_Seekers
by yusufkaraaslan
Stars★ 85,748★ 13,581
30d uses
Score7761
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsKnowledge Graph
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

Skill_Seekers · Summary

A comprehensive MCP server that converts documentation, GitHub repos, and PDFs into Claude AI skills with automatic conflict detection.

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

Skill_Seekers · Use cases

  • Converting documentation websites into Claude Skills for AI assistants
  • Transforming GitHub repositories into structured knowledge for RAG pipelines
  • Creating AI skills from PDF documents and video transcripts

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"]
    }
  }
}

Skill_Seekers · Install

# Install via pip
pip install skill-seekers

# Basic usage
skill-seekers create https://docs.example.com/
skill-seekers package output/example --target claude

For Claude Desktop integration, add to your Claude Desktop config:

{
  "mcpServers": {
    "skill-seekers": {
      "command": "skill-seekers",
      "args": ["mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.