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
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
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.
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Comments