MCP UUID 서버
개요
이 MCP 서버는 UUID를 생성하기 위한 간단한 서비스를 제공합니다.
Related MCP server: Claude Desktop API MCP
환경 요건
파이썬 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.jsonWindows:
%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/uvuv 명령의 절대 경로를 지정하십시오.
2. 사용 가능한 도구
이 MCP 서버는 다음 도구를 제공합니다.
get_uuid
설명: 새 UUID를 생성합니다.
입력 매개변수: 없음
사용 예:
Claude Desktop에서 다음을 입력하여 새 UUID를 생성할 수 있습니다.
ランダムなIDを生成してください그런 다음 Claude는 내부적으로 MCP 도구를 호출하고 새 UUID를 생성하고 반환합니다.
생성된 임의의 ID는 다음과 같습니다: eccf34af-1617-4f61-b148-e900bc1d3d00
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.