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
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
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 -7132TypeScriptMIT License
- AsecurityAlicenseAqualityA toolkit that integrates with the Sui blockchain, allowing Claude to request test tokens through a testnet faucet tool when users provide their wallet addresses.Last updated -3521TypeScriptMIT License
- AsecurityAlicenseAqualityAn implementation that enables Claude to connect to ServiceNow instances, retrieve data, and perform actions through the ServiceNow API.Last updated -6270PythonMIT License
- -securityAlicense-qualityProvides enhanced access to the randomuser.me API with advanced features like custom formatting, password generation, and weighted nationality distribution.Last updated -JavaScriptMIT License