Skip to main content
MCP Server

Time and timezone conversion capabilities

Share
650 stars TypeScript MIT Updated: 2025-05-05

Send to Your Agent

Copy this prompt and paste it into Claude, Cursor, or any MCP client to install instantly.

Install the Time MCP server for me.

Server: Time
Description: Time and timezone conversion capabilities
Install command: npx -y @modelcontextprotocol/server-time

GitHub: https://github.com/modelcontextprotocol/servers/tree/main/src/time

Please install this MCP server and confirm when ready.

Paste into any AI agent with MCP support — works with Claude Desktop, Cursor, Cline, and more.

Quick Install

Config file: ~/Library/Application Support/Claude/claude_desktop_config.json

  1. Open Claude Desktop app
  2. Go to Settings → Developer → Edit Config
  3. Paste the config below into the file
  4. Restart Claude Desktop
{
  "mcpServers": {
    "time": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-time"
      ]
    }
  }
}

Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json

Installation Methods

npx Run directly with npx
npx -y @modelcontextprotocol/server-time
uvx Run with uvx (Python)
uvx mcp-server-time
pip Install via pip
pip install mcp-server-time

Tools (2)

get_current_time

Get current time in a specific timezone or system timezone

convert_time

Convert time between timezones

Compatibility

Claude Desktop
Cursor
Cline
VS Code
Devin (formerly Windsurf)

About

A Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.

Tools

get_current_time

Get current time in a specific timezone or system timezone.

  • timezone (string): IANA timezone name (e.g., 'America/New_York', 'Europe/London')

convert_time

Convert time between timezones.

  • source_timezone (string): Source IANA timezone name
  • time (string): Time in 24-hour format (HH:MM)
  • target_timezone (string): Target IANA timezone name

Use Cases

  • Scheduling — "What time is it in Tokyo right now?"
  • Meeting planning — "If it's 3 PM in New York, what time is it in London?"
  • Deadline tracking — "How many hours until the deadline in PST?"
  • Global coordination — "Find a meeting time that works for team members in 3 timezones"

Related Resources

Compare LLM Pricing

This server works with Claude, GPT-4o, and other models. Compare API costs side-by-side to find the cheapest option for your workflow.