Skip to content
VS Code

time mcp for VS Code

io.github.yokingma/time-mcp

Time MCP Server, giving LLMs time awareness capabilities.

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",
        "time-mcp"
      ]
    }
  }
}

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

time mcp in other clients