MCP Catalogs
Home

skill-to-mcp vs time

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

skill-to-mcp
by biocontext-ai
time
by modelcontextprotocol
Stars★ 24★ 85,748
30d uses
Score4377
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit3 mo agothis month

skill-to-mcp · Summary

Converts Claude Skills to MCP server resources with discovery and access tools.

time · Summary

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

skill-to-mcp · Use cases

  • Organize and access specialized AI tools through MCP in biomedical research
  • Create centralized repositories of operational skills for LLM applications
  • Share and distribute standardized skill collections across teams

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-to-mcp · Install

Install using pip:

pip install --user skill_to_mcp

Or use uvx for immediate execution:

SKILLS_DIR=/path/to/skills uvx skill_to_mcp

For Claude Desktop, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "skill-to-mcp": {
      "command": "uvx",
      "args": ["skill_to_mcp", "--skills-dir", "/path/to/your/skills"],
      "env": {
        "UV_PYTHON": "3.12"
      }
    }
  }
}

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.