Unique Id Generator
БесплатноНе проверен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.
Описание
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.
README
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-generator
To 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 install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Debugging
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 inspector
The Inspector will provide a URL to access debugging tools in your browser.
Установка Unique Id Generator
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Pyroxin/mcp-server-unique-id-generatorFAQ
Unique Id Generator MCP бесплатный?
Да, Unique Id Generator MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Unique Id Generator?
Нет, Unique Id Generator работает без API-ключей и переменных окружения.
Unique Id Generator — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Unique Id Generator в Claude Desktop, Claude Code или Cursor?
Открой Unique Id Generator на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Unique Id Generator with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
