MCP Directory
Back

mcp-time

by r0mdau · Go · ★ 0

Go implementation of the modelcontextprotocol/servers python time example

Install

go install github.com/r0mdau/mcp-time@latest

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-time": {
      "command": "npx",
      "args": [
        "-y",
        "github:r0mdau/mcp-time"
      ]
    }
  }
}

From the README

Simple MCP tools for time and timezone conversions. Based on the Python MCP Time Server by Anthropic [modelcontextprotocol/servers](https://github.com/modelcontextprotocol/servers/tree/main/src/time). This project follows the standard Go project layout: - : Return current time in a given IANA timezone (default UTC) - : Convert time between timezones in HH:MM format Example prompt use in Github Copilot: - - 1. Build the binary: 2. Run the server: 3. The MCP server listens on port 8080 by default. - : Override local timezone (e.g., 'America/New_York') - : Port to listen on (de…
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 developer tools servers