MCP Catalogs
Home

skybridge vs time

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

skybridge
by alpic-ai
time
by modelcontextprotocol
Stars★ 1,128★ 85,748
30d uses
Score5377
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

skybridge · Summary

Skybridge is a TypeScript framework for building MCP and ChatGPT apps with type safety and React components.

time · Summary

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

skybridge · Use cases

  • Building AI applications with rich UIs
  • Creating MCP tools with React interfaces
  • Developing cross-platform AI chat experiences

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

skybridge · Install

Installation

Skybridge can be installed via npm:

npm i skybridge
yarn add skybridge
pnpm add skybridge
bun add skybridge
deno add skybridge

To create a new app:

npm create skybridge@latest

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

{
  "mcpServers": {
    "skybridge": {
      "command": "npx",
      "args": ["skybridge", "server"]
    }
  }
}

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.