UUID Generator MCP Server
@yamaken87
About UUID Generator MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-demo-yamaken87": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Developer Tools MCP servers
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Comments