Skip to main content
Glama

MCP UUID Server

by aki-kii

MCP UUID 서버

개요

이 MCP 서버는 UUID를 생성하기 위한 간단한 서비스를 제공합니다.

환경 요건

  • 파이썬 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

-
security - not tested
-
license - not tested
-
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. 개요
    1. 환경 요건
      1. 설치 방법
        1. 사용방법
          1. Claude Desktop에서 사용
          2. 사용 가능한 도구

        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
          13
          2
          TypeScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          A 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 -
          3
          52
          1
          TypeScript
          MIT License
          • Apple
          • Linux
        • A
          security
          A
          license
          A
          quality
          An implementation that enables Claude to connect to ServiceNow instances, retrieve data, and perform actions through the ServiceNow API.
          Last updated -
          62
          70
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          Provides enhanced access to the randomuser.me API with advanced features like custom formatting, password generation, and weighted nationality distribution.
          Last updated -
          JavaScript
          MIT License

        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