A simple service that generates random UUIDs when requested through Claude Desktop.
このMCPサーバーは、UUIDを生成するためのシンプルなサービスを提供します。
# 依存関係のインストール uv pip sync
Claude Desktopの設定ファイルを編集して、このMCPサーバーを追加します。設定ファイルのパスは以下の通りです:
~/Library/Application Support/Claude/claude_desktop_config.json
%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コマンドの絶対パスを指定してください。
このMCPサーバーは以下のツールを提供します:
Claude Desktopで以下のように入力することで、新しいUUIDを生成できます:
ランダムなIDを生成してください
すると、Claudeは内部的にMCPツールを呼び出し、新しいUUIDを生成して返します。
生成されたランダムなIDは次の通りです: eccf34af-1617-4f61-b148-e900bc1d3d00
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!