Skip to content
Cline

Time for Cline

io.github.modelcontextprotocol/time

Reference server for current time and time-zone conversion, so a model can answer 'what time is it in Tokyo' without guessing.

client:Cline transport:stdio runtime:pypi tools:2

Install Time in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": [
        "mcp-server-time"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

What Cline can do once it is connected

Time in other clients