Skip to content
Cursor

uuid for Cursor

io.github.ryudi84/uuid

MCP server for generating UUIDs (v4, v7), ULIDs, nanoids, random IDs.

client:Cursor transport:stdio runtime:npm

Install uuid in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "uuid": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "uuid-forge-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

uuid in other clients