Generates unique UUIDs via a simple Model Context Protocol service compatible with Python 3.10+, providing seamless integration with Claude Desktop for efficient random ID creation.
Unlock the full potential of MCP UUID Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!
この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
Efficient MCP (Model Context Protocol) server for managing inspirational phrases with full CRUD capa...
Enhance Claude Desktop with seamless GitHub integration via Model Context Protocol, enabling natural...
Model Context Protocol server enabling seamless interaction with the Deriv API to retrieve active tr...
Model Context Protocol server enabling efficient local search of AWS Lambda Powertools documentation...
Enables high-quality image generation via Model Context Protocol with customizable dimensions, promp...