MCP UUID Server
A simple MCP server that provides a UUID generation service.
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
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Jinni
A tool to provide Large Language Models with project context by intelligently filtering and concatenating relevant files.
Sensei MCP
Expert guidance for Dojo and Cairo development on Starknet, specializing in the Dojo ECS framework for building onchain worlds.
MCP-Portainer Bridge
Manage Docker containers through the Portainer API.
LAML MCP Server
Loads and validates LAML (YAML-based markup language) documents via the Model Context Protocol.
Devopness
Devopness MCP server for DevOps happiness! Empower AI Agents to deploy apps and infra, to any cloud.
devutils-mcp-server
An open-source DevUtils MCP Server — a comprehensive developer utilities toolkit for the Docker MCP Catalog. It provides 36 tools across 8 categories that AI assistants can invoke directly.
Together AI Image Server
A TypeScript-based server for generating images using the Together AI API.
MCP-Typescribe
Answers questions about TypeScript APIs using TypeDoc JSON documentation.
Remote MCP Server on Cloudflare
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
Pprof Analyzer
Analyze Go pprof performance profiles (CPU, heap, goroutine, etc.) and generate flamegraphs.