Skip to content
VS Code

currentdt mcp for VS Code

io.github.biswajitpanday/currentdt-mcp

Current date and time for AI assistants: UTC, local+offset and epoch together. Any IANA zone.

client:VS Code transport:stdio runtime:npm

Install currentdt mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "currentdt-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@strix-ai/currentdt-mcp"
      ]
    }
  }
}

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

currentdt mcp in other clients