Time MCP Server
by okooo5km
The Time MCP Server provides time-related capabilities to LLMs, allowing them to access current time information and convert times between different timezones. It is a Swift implementation using the MCP Swift SDK.
Last updated: N/A
What is Time MCP Server?
The Time MCP Server is a Model Context Protocol (MCP) server that provides time-related functionalities. It allows Large Language Models (LLMs) to access current time information, convert times between different timezones, and calculate time differences.
How to use Time MCP Server?
The server can be used by downloading a pre-built binary or building from source. It supports command-line arguments for specifying the transport type (stdio or SSE), port (for SSE mode), and local timezone. It can be configured for use with Claude.app, Cursor, and ChatWise by adding the server command to their respective settings.
Key features of Time MCP Server
Current Time Queries: Get the current time in any timezone
Time Zone Conversions: Convert time between different timezones
Daylight Saving Time Information: Check if a timezone is currently in DST
Time Difference Calculation: Get the time difference between timezones when converting
Use cases of Time MCP Server
International Meeting Planning: Schedule meetings across different timezones
Travel Planning: Check local times at destination
Remote Work Coordination: Coordinate work hours with international teams
Event Scheduling: Set up global events with correct local times
FAQ from Time MCP Server
What is the default transport type?
What is the default transport type?
The default transport type is stdio.
What is the default port for SSE mode?
What is the default port for SSE mode?
The default port for SSE mode is 8080.
How do I specify a timezone?
How do I specify a timezone?
Use IANA timezone names (e.g., 'America/New_York', 'Europe/London').
How do I configure this server for Claude?
How do I configure this server for Claude?
Add the following to your Claude settings: "mcpServers": { "RealTime": { "command": "time-mcp-server" } }
What are the development requirements?
What are the development requirements?
Swift 6.0 or later, macOS 14.0 or later, MCP Swift SDK 0.2.0 or later