Skip to content
Windsurf

Time for Windsurf

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:Windsurf transport:stdio runtime:pypi tools:2

Install Time in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

What Windsurf can do once it is connected

Time in other clients