UUID Generator MCP Server
@yamaken87
关于 UUID Generator MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-demo-yamaken87": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is UUID Generator MCP Server?
A minimal MCP (Model Context Protocol) server that generates UUID v4 strings on demand. Designed for developers who need a simple, deterministic UUID generation tool integrated into MCP-compatible clients (e.g., Claude Desktop, VSCode via Claude Dev extension).
How to use UUID Generator MCP Server?
Clone the repository, install dependencies (npm install), build (npm run build), and start with node dist/index.js or npm run dev. Configure it as an MCP server in your client settings (e.g., claude_desktop_config.json or cline_mcp_settings.json) pointing to the built dist/index.js file, then invoke the generate_uuid tool from the client.
Key features of UUID Generator MCP Server
- Single tool:
generate_uuid– no input required. - Outputs a random UUID v4 string.
- Lightweight, focused server.
- Compatible with Claude Desktop and VSCode Claude Dev extension.
Use cases of UUID Generator MCP Server
- Generate unique identifiers in MCP‑powered coding assistants.
- Create test data or database keys on demand.
- Simplify development workflows that require fresh UUIDs.
FAQ from UUID Generator MCP Server
What tool does the server provide?
It provides the generate_uuid tool, which takes no input and returns a random UUID v4 string.
What are the runtime requirements?
Node.js v18 or later and npm v8 or later.
How do I configure it for MCP clients?
Add a uuid-generator entry under mcpServers in your client’s settings file, with command node and args pointing to the project’s dist/index.js path. Examples for VSCode and Claude Desktop are provided in the README.
Is there any authentication or transport setup required?
No; the server uses standard MCP transport over stdio. No authentication is mentioned.
Does the server store any data or state?
No; the server generates UUIDs entirely on‑the‑fly and does not persist any data.
开发工具 分类下的更多 MCP 服务器
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
评论