Skip to content
VS Code

timeapi mcp for VS Code

io.github.mrfentmen/timeapi-mcp

TimeAPI timezone conversion.

client:VS Code transport:stdio runtime:npm

Install timeapi mcp in VS Code

.vscode/mcp.json

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

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

timeapi mcp in other clients