A
securityA
licenseA
qualityProvides random number generation utilities, including a secure UUID generator powered by Node's crypto module.
Last updated -
7
13
2
TypeScript
MIT License
このMCPサーバーは、UUIDを生成するためのシンプルなサービスを提供します。
Claude Desktopの設定ファイルを編集して、このMCPサーバーを追加します。設定ファイルのパスは以下の通りです:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
以下のJSON設定を追加します(既存のmcpServers
オブジェクト内に追加):
注意:
/path/to/uv
には、uvコマンドの絶対パスを指定してください。
このMCPサーバーは以下のツールを提供します:
Claude Desktopで以下のように入力することで、新しいUUIDを生成できます:
すると、Claudeは内部的にMCPツールを呼び出し、新しいUUIDを生成して返します。
生成されたランダムなIDは次の通りです: eccf34af-1617-4f61-b148-e900bc1d3d00
This server cannot be installed
A simple service that generates random UUIDs when requested through Claude Desktop.