Submit

Time

@hellokitty-v

获取当前时间
Overview

what is Time MCP Server?

Time MCP Server is a Model Context Protocol server that provides time and timezone conversion capabilities, allowing LLMs to access current time information and perform timezone conversions using IANA timezone names.

how to use Time MCP Server?

To use the Time MCP Server, you can either run it using uv, install it via pip, or configure it in various environments like Claude.app, Zed, or VS Code. You can get the current time or convert time between different timezones using the provided tools.

key features of Time MCP Server?

  • Get current time in a specific timezone or system timezone.
  • Convert time between different timezones.
  • Automatic system timezone detection.

use cases of Time MCP Server?

  1. Retrieve the current time in various timezones.
  2. Convert time from one timezone to another for scheduling events.
  3. Integrate with applications that require accurate time and timezone information.

FAQ from Time MCP Server?

  • Can I get the current time in any timezone?

Yes! You can get the current time in any IANA timezone.

  • How do I install the Time MCP Server?

You can install it using pip or run it directly with uv or Docker.

  • Is there a way to customize the server's timezone?

Yes! You can override the default system timezone by specifying the --local-timezone argument.

Server Config

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": [
        "mcp-server-time",
        "--local-timezone=America/New_York"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.