MCP UUID 서버
개요
이 MCP 서버는 UUID를 생성하기 위한 간단한 서비스를 제공합니다.
환경 요건
- 파이썬 3.10 이상
- MCP (Model Context Protocol) 패키지 v1.2.0 이상
- Claude Desktop
설치 방법
사용방법
1. Claude Desktop에서 사용
설정 파일 편집
Claude Desktop 구성 파일을 편집하여 이 MCP 서버를 추가합니다. 구성 파일의 경로는 다음과 같습니다.
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
다음 JSON 설정을 추가합니다(기존 mcpServers
객체에 추가):
주:
/path/to/uv
uv 명령의 절대 경로를 지정하십시오.
2. 사용 가능한 도구
이 MCP 서버는 다음 도구를 제공합니다.
get_uuid
- 설명: 새 UUID를 생성합니다.
- 입력 매개변수: 없음
- 사용 예:
Claude Desktop에서 다음을 입력하여 새 UUID를 생성할 수 있습니다.
그런 다음 Claude는 내부적으로 MCP 도구를 호출하고 새 UUID를 생성하고 반환합니다.
생성된 임의의 ID는 다음과 같습니다: eccf34af-1617-4f61-b148-e900bc1d3d00
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
A simple service that generates random UUIDs when requested through Claude Desktop.
Related MCP Servers
- AsecurityAlicenseAqualityProvides random number generation utilities, including a secure UUID generator powered by Node's crypto module.Last updated -76163TypeScriptMIT License
- AsecurityFlicenseAqualityA server that enables Claude Desktop users to access the Claude API directly, allowing them to bypass Professional Plan limitations and use advanced features like custom system prompts and conversation management.Last updated -116Python
Needle MCP Serverofficial
AsecurityAlicenseAqualityA server that allows users to manage documents and perform Claude-powered searches using Needle through the Claude Desktop application.Last updated -774PythonMIT License- AsecurityAlicenseAqualityProvides AI assistants with capabilities to generate collision-resistant unique identifiers using UUID v4 and CUID2 algorithms.Last updated -121JavaScriptMIT License