Skip to main content
Glama

MCP UUID Server

by aki-kii

MCP UUID サーバー

概要

このMCPサーバーは、UUIDを生成するためのシンプルなサービスを提供します。

環境要件

  • Python 3.10以上
  • MCP(Model Context Protocol)パッケージ v1.2.0以上
  • Claude Desktop

インストール方法

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

使用方法

1. Claude Desktopでの使用

設定ファイルの編集

Claude Desktopの設定ファイルを編集して、このMCPサーバーを追加します。設定ファイルのパスは以下の通りです:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

以下のJSON設定を追加します(既存のmcpServersオブジェクト内に追加):

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

注意: /path/to/uvには、uvコマンドの絶対パスを指定してください。

2. 使用可能なツール

このMCPサーバーは以下のツールを提供します:

get_uuid
  • 説明:新しいUUIDを生成します
  • 入力パラメータ:なし
  • 使用例:

Claude Desktopで以下のように入力することで、新しいUUIDを生成できます:

ランダムなIDを生成してください

すると、Claudeは内部的にMCPツールを呼び出し、新しいUUIDを生成して返します。

生成されたランダムなIDは次の通りです: eccf34af-1617-4f61-b148-e900bc1d3d00

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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
          616
          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
          16
          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
          75
          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