unique-id-generator
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@unique-id-generatorGenerate a new UUID v4 for a user account."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Unique ID Generator MCP Server
A simple MCP server that provides tools for generating unique IDs in several formats. Useful for when you need an LLM to create data containing new IDs.
Tools
All tools except the timestamp tool can produce batches of IDs.
generate_cuid- v2 CUIDs (configurable length)generate_nanoid- NanoIDs (configurable length)generate_ulid- ULIDs (time-ordered)generate_uuid- UUID v4 or v7 (optional URN format)generate_iso_timestamp- Current time as ISO 8601 timestamp (can select seconds, milliseconds, microseconds, or nanoseconds as precision)
Installation
You can run the server directly from GitHub via npx:
npx github:Pyroxin/mcp-server-unique-id-generatorTo use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"unique-id-generator": {
"command": "npx",
"args": ["github:Pyroxin/mcp-server-unique-id-generator"]
}
}
}Development
Install dependencies:
npm installBuild the server:
npm run buildFor development with auto-rebuild:
npm run watchDebugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspectorThe Inspector will provide a URL to access debugging tools in your browser.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pyroxin/mcp-server-unique-id-generator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server