Skip to main content
Glama

MCP UUID Server

by aki-kii

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

# 依存関係のインストール uv pip sync

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):

{ "mcpServers": { "uuid": { "command": "/path/to/uv", "args": [ "--directory", "/path/to/mcp-uuid", "run", "get-uuid.py" ] } } }

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:

ランダムな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

-
security - not tested
F
license - not found
-
quality - not tested

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.

  1. overview
    1. Environmental Requirements
      1. How to install
        1. How to use
          1. 1. Use with Claude Desktop
          2. 2. Available Tools

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Provides random number generation utilities, including a secure UUID generator powered by Node's crypto module.
          Last updated -
          7
          253
          3
          TypeScript
          MIT License
        • A
          security
          F
          license
          A
          quality
          A server that enables Claude Desktop users to access the Claude API directly, allowing them to bypass Professional Plan limitations and use advanced features like custom system prompts and conversation management.
          Last updated -
          1
          14
          Python
          • Apple
        • A
          security
          A
          license
          A
          quality
          A server that allows users to manage documents and perform Claude-powered searches using Needle through the Claude Desktop application.
          Last updated -
          7
          67
          Python
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          Provides AI assistants with capabilities to generate collision-resistant unique identifiers using UUID v4 and CUID2 algorithms.
          Last updated -
          1
          2
          1
          JavaScript
          MIT License
          • Apple
          • Linux

        View all related MCP servers

        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