MCP.so
登录

Time MCP Server

@okooo5km

关于 Time MCP Server

A Model Context Protocol server that provides time-related capabilities.

基本信息

分类

生产力

运行时

go

传输方式

stdio

发布者

okooo5km

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

2

Get the current time in a specific timezone

Convert time between timezones

概览

What is Time MCP Server?

Time MCP Server is a Swift implementation of a Model Context Protocol server that enables LLMs to access current time information in any timezone and convert times between different timezones. It is built using the MCP Swift SDK and provides tools for time queries, conversions, daylight saving time checks, and time difference calculations.

How to use Time MCP Server?

Download a pre-built binary from GitHub Releases for your platform (macOS, Linux, or Windows) and install it to a directory in your PATH, or build from source with Swift 6.0+. Configure the server for use with Claude.app, Cursor, or ChatWise via JSON settings. Launch the server with optional command-line arguments such as --transport sse (default: stdio), --port (default: 8080), or --local-timezone to override the system timezone.

Key features of Time MCP Server

  • Get current time in any IANA timezone
  • Convert times between timezones
  • Check daylight saving time status
  • Calculate time difference between timezones
  • Two tools: get_current_time and convert_time

Use cases of Time MCP Server

  • International meeting planning across timezones
  • Travel planning with local time checks
  • Remote work coordination with global teams
  • Event scheduling with correct local times
  • Time-sensitive operations requiring accurate local time

FAQ from Time MCP Server

What platforms does Time MCP Server run on?

It provides pre-built binaries for macOS (Apple Silicon, Intel, Universal), Linux (x86_64, ARM64), and Windows (x86_64, ARM64).

How do I configure Time MCP Server for Claude.app?

Add an entry to your Claude settings, for example: {"mcpServers": {"RealTime": {"command": "time-mcp-server", "args": ["-l", "Asia/Shanghai"]}}}.

What transport modes are supported?

The server supports stdio (default) for direct integration with LLMs and sse for web-based connections. In SSE mode, it listens on the port specified with --port (default 8080).

What timezone names should I use?

Always use proper IANA timezone names (e.g., America/New_York, Europe/London, Asia/Tokyo) rather than abbreviations.

Can I build Time MCP Server from source?

Yes. Requirements are Swift 6.0 or later and macOS 14.0 or later. Clone the repository and run make or swift build -c release.

评论

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