icon for mcp server

UUID Generator

STDIO

MCP server for UUID generation and management in Python.

python-mcp-uuid

Usage

Install

pdm install ln -s $(pdm run which mcp-uuid) ~/.local/bin/

If you haven't configure $PATH to ~/.local/bin/, you should add your bashrc.

PATH="$HOME/.local/bin:$PATH"

Configure MCP client

Add below config for claude_desktop_config.json.

{ "mcpServers": { "uuid": { "command": "mcp-uuid" } } }

Development

Run (develop)

pdm run mcp-uuid

NixOS tips

pdm fails missing virtualenv

pdm uses virtualenv to create virtual env but Python which installed by NixOS don't have it, pdm fails.

ref: https://github.com/NixOS/nixpkgs/issues/225730

pdm config venv.backend venv

Be the First to Experience MCP Now