uuid-mcp-server
@hirano00o
About uuid-mcp-server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"uuid-mcp-server-hirano00o": {
"command": "uv",
"args": [
"run",
"python",
"main.py"
]
}
}
}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-mcp-server?
uuid-mcp-server is an MCP server that generates and returns UUID v4 values. It provides two tools for retrieving one or multiple UUIDs. The server is intended for developers who need to generate UUIDs via the Model Context Protocol.
How to use uuid-mcp-server?
Run the server with uv run python main.py or inspect it with uv run mcp dev main.py. Once running, call the get_uuid_v4 tool to get a single UUID or get_uuid_v4_list with a count parameter to get a list of UUIDs.
Key features of uuid-mcp-server
- Generates a single UUID v4 via
get_uuid_v4 - Generates a list of UUID v4s via
get_uuid_v4_list - Lightweight and runnable with
uv
Use cases of uuid-mcp-server
- Programmatically generate UUIDs within MCP-powered applications
- Test and debug UUID generation in MCP client implementations
FAQ from uuid-mcp-server
What UUID version does the server generate?
It generates UUID v4 (random) values.
How can I generate multiple UUIDs at once?
Use the get_uuid_v4_list tool and specify the desired number of UUIDs in the request.
What are the runtime requirements?
The server requires Python and uv to run, as shown in the uv run python main.py command.
Does the server store or transmit generated UUIDs?
The README does not mention any storage or network transmission of generated UUIDs beyond the response to the client.
Are authentication or transport protocols documented?
—
Frequently asked questions
What UUID version does the server generate?
It generates UUID v4 (random) values.
How can I generate multiple UUIDs at once?
Use the `get_uuid_v4_list` tool and specify the desired number of UUIDs in the request.
What are the runtime requirements?
The server requires Python and `uv` to run, as shown in the `uv run python main.py` command.
Does the server store or transmit generated UUIDs?
The README does not mention any storage or network transmission of generated UUIDs beyond the response to the client.
Basic information
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Comments