MCP Time Server in TypeScript

by kitemcp

213 downloads
Not rated
GitHub

Description

# MCP Time Server in TypeScript A TypeScript implementation of an MCP (Model Context Protocol) server that provides time-related tools. ## Features - **Get Current Time**: Get the current time in a specified timezone - **Convert Time**: Convert a time between different timezones…

About

# MCP Time Server in TypeScript A TypeScript implementation of an MCP (Model Context Protocol) server that provides time-related tools. ## Features - **Get Current Time**: Get the current time in a specified timezone - **Convert Time**: Convert a time between different timezones with time difference calculation -…

Details

Author
kitemcp
Downloads
213
Categories
Productivity

- Get current time in a specified IANA timezone
- Convert time between different timezones with time difference calculation
- Supports both stdio and HTTP transport options
- Docker support for containerized deployment
- Modular architecture separates server creation and transport binding

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Time Server in TypeScript
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install dependencies with npm install, then build and start the server. Run with stdio transport using npm start or with HTTP transport using node dist/index.js --transport=http. Use an MCP client to invoke the provided tools.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp time server in typescript": {
            "kite-mcp-server-time": {
                "command": "node",
                "args": [
                    "dist/index.js",
                    "--transport=http"
                ]
            }
        }
    }
}

McpServers

{
    "kite-mcp-server-time": {
        "command": "node",
        "args": [
            "dist/index.js",
            "--transport=http"
        ]
    }
}

MCP Time Server in TypeScript

A TypeScript implementation of an MCP (Model Context Protocol) server that provides time-related tools.

Features

- Get Current Time: Get the current time in a specified timezone
- Convert Time: Convert a time between different timezones with time difference calculation
- Modular Architecture: Separated server creation and transport binding for flexibility
- Multiple Transport Options: Supports both stdio and HTTP transports
- Docker Support: Easy containerized deployment

Requirements

- Node.js 18+
- npm or yarn
- Docker (optional, for containerized deployment)

Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.