Skip to content
Windsurf

Time MCP Server for Windsurf

io.github.domdomegg/time-mcp-nuget

Get the current UTC time in RFC 3339 format.

client:Windsurf transport:stdio runtime:nuget

Install Time MCP Server in Windsurf

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

{
  "mcpServers": {
    "time-mcp-nuget": {
      "command": "dnx",
      "args": [
        "TimeMcpServer",
        "--yes"
      ]
    }
  }
}

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

Time MCP Server in other clients