MCP UUID Server
overview
This MCP server provides a simple service for generating UUIDs.
Environmental Requirements
- Python 3.10 or later
- MCP (Model Context Protocol) Package v1.2.0 or later
- Claude Desktop
How to install
How 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.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add the following JSON configuration (within the existing mcpServers
object):
Note:
/path/to/uv
should 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:
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
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
A simple service that generates random UUIDs when requested through Claude Desktop.
Related MCP Servers
- AsecurityAlicenseAqualityProvides random number generation utilities, including a secure UUID generator powered by Node's crypto module.Last updated -7132TypeScriptMIT License
- AsecurityAlicenseAqualityA toolkit that integrates with the Sui blockchain, allowing Claude to request test tokens through a testnet faucet tool when users provide their wallet addresses.Last updated -3521TypeScriptMIT License
- AsecurityAlicenseAqualityAn implementation that enables Claude to connect to ServiceNow instances, retrieve data, and perform actions through the ServiceNow API.Last updated -6270PythonMIT License
- -securityAlicense-qualityProvides enhanced access to the randomuser.me API with advanced features like custom formatting, password generation, and weighted nationality distribution.Last updated -JavaScriptMIT License