Time MCP Server

by beordle

Not rated
GitHub

About

Provides time-related functions such as current time queries, timezone conversions, and time difference calculations.

Details

Author
beordle
Categories
Other, Productivity

Setup

Install Time MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/beordle/time-mcp-server

Follow the installation instructions in the repository README, then restart your MCP client.

A Model Context Protocol server that provides time-related capabilities. This server enables LLMs to access current time information and convert times between different timezones. This is a Swift implementation of a time MCP server using the MCP Swift SDK.

- 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

-

get_current_time- Get the current time in a specific timezone

- timezone(string, required): IANA timezone name (e.g., 'America/New_York', 'Europe/London'). If empty or not provided, the system timezone will be used.

convert_time- Convert time between timezones

- source_timezone(string, required): Source IANA timezone name. If empty or not provided, the system timezone will be used.
- time(string, required): Time to convert in 24-hour format (HH:MM)
- target_timezone(string, required): Target IANA timezone name. If empty or not provided, the system timezone will be used.

The easiest way to install is with the one-line installer, which automatically downloads the latest version and installs it to~/.local/binin your home directory:

curl -fsSL https://raw.githubusercontent.com/okooo5km/time-mcp-server/main/install.sh | bash

- Create~/.local/binif it doesn't exist
- Add this directory to your PATH (in .zshrc or .bashrc)
- Download and install the latest version
- Make the binary executable

git clone https://github.com/okooo5km/time-mcp-server.git cd time-mcp-server
# Install to user directory (recommended, no sudo required) mkdir -p ~/.local/bin cp $(swift build -c release --show-bin-path)/time-mcp-server ~/.local/bin/

Make sure~/.local/binis in your PATH by adding to your shell configuration file:

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc # or ~/.bashrc source ~/.zshrc # or source ~/.bashrc

The server supports the following command line arguments:

- -h, --help: Display help information about the server, its usage, and available options
- -v, --version: Display the version number of the time-mcp-server

# Display help information time-mcp-server --help # Display version information time-mcp-server --version
"mcpServers": { "RealTime": { "command": "time-mcp-server" } }

Add the following configuration to your Cursor editor's Settings - mcp.json:

{ "mcpServers": { "RealTime": { "command": "time-mcp-server" } } }

Add the memory MCP server to your Chatwise Settings - Tools.

You can use the following system prompt to help Claude utilize the time-mcp-server effectively:

You have access to time-related tools through MCP. Use these to help users: - Get the current time in any timezone - Convert times between timezones - Calculate time differences between locations - Plan meetings across different timezones Use the following tools appropriately: - get_current_time for checking the current time in a specific timezone - convert_time when the user needs to convert between timezones Always use proper IANA timezone names (e.g., 'America/New_York', 'Europe/London', 'Asia/Tokyo') rather than abbreviations or common names.

- Swift 6.0 or later
- macOS 14.0 or later
- MCP Swift SDK 0.2.0 or later

{ "timezone": "America/New_York" }
{ "timezone": "America/New_York", "datetime": "2024-11-05T14:30:45-05:00", "is_dst": false }
{ "source_timezone": "America/Los_Angeles", "time": "15:30", "target_timezone": "Asia/Tokyo" }
{ "source": { "timezone": "America/Los_Angeles", "datetime": "2024-11-05T15:30:00-08:00", "is_dst": false }, "target": { "timezone": "Asia/Tokyo", "datetime": "2024-11-06T08:30:00+09:00", "is_dst": false }, "time_difference": "+17h" }

- 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
- Time-Sensitive Operations: Ensure operations happen at the correct local time

See GitHub Releases for version history and changelog.

If you find time-mcp-server helpful, please consider supporting its development:

- ⭐️ Star the project on GitHub
- 🐛 Report bugs or suggest features
- 💝 Support via:

time-mcp-server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License.

A Swift implementation of a time server for Model Context Protocol (MCP), enabling AI assistants to access current time information and convert between timezones. This project is built using the MCP Swift SDK.

Google Sheets - [BlackHawkMCP](https://g📇 ☁️ - MCP server connecting AI to Google Sheets. Read, write, and manage spreadsheets via natural language.

Real-time pricing, ratings, and feature comparisons for 508+ SaaS, AI, and security products across 45 categories. Zero dependencies, no auth required.

A calculator server that performs basic math operations like addition, subtraction, multiplication, division, power, and square root.

Provides current local time, UTC time, and timezone information.

A simple server that provides the current UTC time.

Get the current time and perform timezone conversions using IANA timezone names.

An MCP server that exposes datetime information to agentic systems and chat REPLs.

Automated document processing and extraction

Great Question is an Agentic UX research platform for product builders. Its MCP lets AI agents create studies directly from any AI tool, surface insights, find the right research candidates, and query your entire research repository.

Create and edit Tally forms and analyze submissions

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.