Skip to content
VS Code

time tools mcp for VS Code

io.github.mrfentmen/time-tools-mcp

Convert timestamps, compute date differences, and format durations locally. No network and no key.

client:VS Code transport:stdio runtime:npm

Install time tools mcp in VS Code

.vscode/mcp.json

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

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

time tools mcp in other clients