Skip to content
VS Code

time mcp for VS Code

io.github.katomato65/time-mcp

Simple MCP server that tells the time

client:VS Code transport:stdio runtime:npm

Install time mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

time mcp in other clients