Skip to content
VS Code

uuid mcp for VS Code

io.github.mrfentmen/uuid-mcp

Generate UUIDs and validate formats locally. No network and no key.

client:VS Code transport:stdio runtime:npm

Install uuid mcp in VS Code

.vscode/mcp.json

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

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

uuid mcp in other clients