MCP Catalogs
Home

mcp-typescript-sdk vs time

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

mcp-typescript-sdk
by emqx
time
by modelcontextprotocol
Stars★ 97★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsCommunicationAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit3 mo agothis month

mcp-typescript-sdk · Summary

A TypeScript SDK for implementing MCP over MQTT with full type safety, supporting both browser and Node.js environments.

time · Summary

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

mcp-typescript-sdk · Use cases

  • Building cross-platform AI agents with browser control capabilities
  • Creating distributed systems with MCP communication over MQTT
  • Developing IoT applications with AI capabilities using MCP

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

mcp-typescript-sdk · Install

Installation

npm install @emqx-ai/mcp-mqtt-sdk

Claude Desktop Integration

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "mqtt-mcp": {
      "command": "npx",
      "args": ["@emqx-ai/mcp-mqtt-sdk"],
      "env": {
        "MQTT_HOST": "mqtt://localhost:1883"
      }
    }
  }
}

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.