MCP UUID Server

by aki-kii

Servidor UUID MCP

descripción general

Este servidor MCP proporciona un servicio simple para generar UUID.

Requisitos ambientales

  • Python 3.10 o posterior
  • Paquete MCP (Protocolo de contexto de modelo) v1.2.0 o posterior
  • Escritorio de Claude

Cómo instalar

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

Cómo utilizar

1. Úselo con Claude Desktop

Edición del archivo de configuración

Edite el archivo de configuración de Claude Desktop para agregar este servidor MCP. La ruta del archivo de configuración es:

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

Agregue la siguiente configuración JSON (dentro del objeto mcpServers existente):

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

Nota: /path/to/uv debe ser la ruta absoluta al comando uv.

2. Herramientas disponibles

Este servidor MCP proporciona las siguientes herramientas:

obtener_uuid
  • Descripción: Generar un nuevo UUID
  • Parámetros de entrada: Ninguno
  • Ejemplo de uso:

Puede generar un nuevo UUID en Claude Desktop escribiendo:

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

Luego, Claude llamará internamente a la herramienta MCP para generar y devolver un nuevo UUID.

El ID aleatorio generado es: eccf34af-1617-4f61-b148-e900bc1d3d00

-
security - not tested
-
license - not tested
-
quality - not tested

Un servicio simple que genera UUID aleatorios cuando se solicita a través de Claude Desktop.

  1. 概要
    1. 環境要件
      1. インストール方法
        1. 使用方法
          1. 1. Claude Desktopでの使用
          2. 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
          53
          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

        ID: 8smusgxthn