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
Servidores relacionados
Scout Monitoring MCP
patrocinadorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Chain
A composable middleware framework for building sophisticated MCP server chains, inspired by Ruby Rack.
Zip1
A free URL shortener
OpenAI GPT Image
Generate and edit images using OpenAI's GPT-4o and DALL-E APIs with advanced prompt control.
BloodHound-MCP
integration that connects BloodHound with AI through MCP, allowing security professionals to analyze Active Directory attack paths using natural language queries instead of Cypher.
iFlytek Workflow MCP Server
An MCP server for executing iFlytek workflows through MCP tools.
nf-core MCP Server
Manage and navigate local nf-core pipeline repositories.
SVGR
A MCP server that exposes SVGR functionality to convert SVG content into React components
MCP Memory Visualizer
Graph visualization tools for exploring and analyzing Claude's memory data.
Grok MCP
A MCP server for xAI's Grok API, providing access to capabilities including image understanding, image generation, live web search, and reasoning models.
DINO-X
Advanced computer vision and object detection MCP server powered by Dino-X, enabling AI agents to analyze images, detect objects, identify keypoints, and perform visual understanding tasks.