Skip to content
Windsurf

time mcp for Windsurf

io.github.katomato65/time-mcp

Simple MCP server that tells the time

client:Windsurf transport:stdio runtime:npm

Install time mcp in Windsurf

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

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

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

time mcp in other clients