MCP UUID Server
Supports integration with macOS through configuration in the Claude Desktop application's settings file located in the macOS Application Support directory.
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., "@MCP UUID Servergenerate a random UUID for me"
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.
MCP UUID Server
overview
This MCP server provides a simple service for generating UUIDs.
Related MCP server: UUID MCP Provider
Environmental Requirements
Python 3.10 or later
MCP (Model Context Protocol) Package v1.2.0 or later
Claude Desktop
How to install
# 依存関係のインストール
uv pip syncHow to use
1. Use with Claude Desktop
Editing the configuration file
Edit the Claude Desktop configuration file to add this MCP server. The path to the configuration file is:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the following JSON configuration (within the existing mcpServers object):
{
"mcpServers": {
"uuid": {
"command": "/path/to/uv",
"args": [
"--directory",
"/path/to/mcp-uuid",
"run",
"get-uuid.py"
]
}
}
}Note:
/path/to/uvshould be the absolute path to the uv command.
2. Available Tools
This MCP server provides the following tools:
get_uuid
Description: Generate a new UUID
Input parameters: None
Example usage:
You can generate a new UUID in Claude Desktop by typing:
ランダムなIDを生成してくださいClaude will then internally call the MCP tool to generate and return a new UUID.
The generated random ID is: eccf34af-1617-4f61-b148-e900bc1d3d00
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceA simple Model Context Protocol server that generates timestamp-based UUIDs (v7) when called by an LLM, providing chronologically sortable unique identifiers with no input parameters needed.14791MIT
- AlicenseAqualityDmaintenanceA simple Model Context Protocol server that provides timestamp-based UUID v7 identifiers when called by an LLM, offering chronologically sortable unique IDs with no input parameters needed.1479MIT
- AlicenseNot gradedqualityDmaintenanceA 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.Eclipse Public 2.0
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that generates random UUIDs (v4) for MCP-compatible clients like Claude Desktop.2Apache 2.0
Related MCP Connectors
Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Generate IDs, QR codes, and hashes, encode values, geolocate IPs, plus gated host diagnostics.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/aki-kii/mcp-uuid'
If you have feedback or need assistance with the MCP directory API, please join our Discord server