MCP Time Server

by txbm

409 downloads
Not rated
GitHub

About

Model Context Protocol Time Server - A robust timezone-aware time server implementation

Details

Author
txbm
Downloads
409
Categories
Productivity

- Full IANA timezone database support
- Cross-platform compatibility with bundled tzdata
- Proper error handling and validation
- Async/await implementation for high performance
- Comprehensive test coverage

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
    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 the package with pip install mcp-time-server and then run python -m mcp_time_server. No additional configuration keys are required for basic operation.

get_current_time

获取指定时区的当前时间

convert_time

在不同时区之间转换时间

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "mcp time server": {
            "mcp-time-server": {
                "command": "python",
                "args": [
                    "-m",
                    "mcp_time_server"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-time-server": {
        "command": "python",
        "args": [
            "-m",
            "mcp_time_server"
        ]
    }
}

MCP Time Server

A robust timezone-aware time server implementation for the Model Context Protocol.

Features

- Full IANA timezone database support
- Cross-platform compatibility with bundled tzdata
- Proper error handling and validation
- Async/await implementation for high performance
- Comprehensive test coverage

Installation

pip install mcp-time-server

Usage

python -m mcp_time_server

Development

```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.