mcp-uuid
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-uuidgenerate a UUID"
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
A Model Context Protocol (MCP) server that provides UUID generation capabilities. This lightweight server exposes a simple tool for generating random UUIDs (v4) that can be used by MCP-compatible clients like Claude Desktop.
Requirements
Python 3.13 or higher
PDM package manager
Related MCP server: discord-mcp
Installation
Install the package and create a symlink to make the command globally available:
pdm install
ln -s $(pdm run which mcp-uuid) ~/.local/bin/Make sure ~/.local/bin is in your PATH. Add the following to your shell configuration file (e.g., .bashrc or .zshrc) if needed:
export PATH="$HOME/.local/bin:$PATH"Configuration
Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"uuid": {
"command": "mcp-uuid"
}
}
}Development
Run the server in development mode:
pdm run mcp-uuidNixOS Notes
Virtual Environment Backend
PDM uses virtualenv by default, which may not be available on NixOS-managed Python installations. Configure PDM to use the built-in venv module instead:
pdm config venv.backend venvSee NixOS/nixpkgs#225730 for more details.
License
See LICENSE for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server for integrating with various LLM clients like Claude Desktop.Last updated1161MIT
- Alicense-qualityCmaintenanceA Model Context Protocol (MCP) server for the Discord integration with MCP-compatible applications like Claude Desktop.Last updated423MIT
- 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.Last updated1831MIT
- FlicenseDqualityDmaintenanceA simple service that generates random UUIDs when requested through Claude Desktop.Last updated1
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server for AI dialogue using various LLM models via AceDataCloud
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/conao3/python-mcp-uuid'
If you have feedback or need assistance with the MCP directory API, please join our Discord server