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

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

A simple service that generates random UUIDs when requested through 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