MCP.so
登录

MCP Time Server

@chrishayuk

关于 MCP Time Server

暂无概览

基本信息

分类

生产力

许可证

MIT

运行时

python

传输方式

stdio

发布者

chrishayuk

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Time Server?

MCP Time Server is a Python‑based microservice that provides advanced time‑related utilities across different timezones. It retrieves current times for any IANA timezone and converts times between global timezones.

How to use MCP Time Server?

Install the package with pip install chuk-mcp-artifact-server (requires Python 3.11+). Run the server from the command line using chuk-mcp-artifact-server or call it programmatically with from chuk_mcp_artifact_server.main import main; main(). Configuration can be set via environment variables (e.g., NO_BOOTSTRAP) and config files.

Key features of MCP Time Server

  • Retrieve current time for any IANA timezone
  • Convert times between different time zones
  • Robust input validation using Pydantic models
  • Async server architecture built with asyncio
  • Flexible configuration through env vars and config files

Use cases of MCP Time Server

  • Get the current time for a specific IANA timezone
  • Convert a given time from one timezone to another
  • Integrate timezone‑aware scheduling or logging into applications

FAQ from MCP Time Server

What Python version is required?

Python 3.11 or higher.

What are the core dependencies?

mcp (>=1.6.0), pydantic (>=2.11.2), PyYAML (>=6.0.2), and pyz (>=0.4.3).

How do I install MCP Time Server?

Install from PyPI with pip install chuk-mcp-artifact-server, or clone the repository and run pip install . inside a virtual environment.

How do I run the server?

Start the server from the command line by running chuk-mcp-artifact-server. Alternatively, use the programmatic entry point chuk_mcp_artifact_server.main.main().

What tools does MCP Time Server provide?

Two tools: get_current_time (takes a timezone name) and convert_time (takes source timezone, time in HH:MM, and target timezone).

评论

生产力 分类下的更多 MCP 服务器