kapyn
MCP serversMemory & reasoning 路 MCP server

Time MCP server

Give the model timezone-aware time tools. A reference server providing current time and timezone conversion, so an assistant can reason about schedules and deadlines correctly.

Category
Memory & reasoning
Maintained by
Official
Protocol
Model Context Protocol
Source
modelcontextprotocol/servers
View on GitHubBrowse all MCP servers

Installing Time

A Python server. Needs uv installed (uvx ships with it).

Claude Code
claude mcp add time -- uvx mcp-server-time
Claude Desktop 路 Cursor 路 VS Code 路 Windsurf
{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": [
        "mcp-server-time"
      ]
    }
  }
}

Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.

What it does

A reference server providing current time and timezone conversion, so an assistant can reason about schedules and deadlines correctly.

Like any MCP server, Time plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.

Related Memory & reasoning MCP servers