MCP Catalogs
Home

swift-skeleton vs time

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

swift-skeleton
by 1amageek
time
by modelcontextprotocol
Stars★ 15★ 85,748
30d uses
Score4277
Official
Categories
Developer ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageCTypeScript
Last commit1 mo agothis month

swift-skeleton · Summary

Swift code skeleton extractor that provides structural overviews of codebases via MCP for better LLM code exploration.

time · Summary

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

swift-skeleton · Use cases

  • Providing AI coding assistants with code structure overview before diving into implementation details
  • Helping developers quickly understand unfamiliar codebases by examining their skeleton structure
  • Enabling efficient navigation of large codebases by focusing on declarations and relationships
  • Supporting code analysis tools with fast indexing and querying capabilities

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

swift-skeleton · Install

Installation Options

**Mint (recommended)**

mint install 1amageek/swift-skeleton

**Build from source**

git clone https://github.com/1amageek/swift-skeleton.git
cd swift-skeleton
swift build -c release

**MCP Configuration for Claude Desktop** Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "swift-skeleton": {
      "command": "path/to/skltn",
      "args": ["daemon"]
    }
  }
}

**Agent Skill Installation**

skltn install-skill

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.