MCP Directory
Back

TimeMCP

by chew-z · Go · ★ 1

Golang MCP server to replace modelcontextprotocol/time MCP server

#golang#mcp-server#time

Install

go install github.com/chew-z/TimeMCP@latest

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "timemcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:chew-z/TimeMCP"
      ]
    }
  }
}

From the README

A simple Model Control Protocol (MCP) server that provides time and timezone conversion tools. The server provides the following tools: Gets the current time in a specific timezone or the system timezone. **Arguments:** - (string, optional): The timezone to get the current time in. If not provided, the system timezone is used. **Example Response:** Converts time between different timezones. **Arguments:** - (string, optional): Source timezone. Defaults to system timezone if not provided. - (string, optional): Time in 24-hour format (HH:MM). Defaults to current time if not provided. -…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers