uuid-mcp-server
Description
# uuid-mcp-server UUID v4を生成して返すMCP Server。 このMCP Serverを呼び出すサンプルMCP Clientは[hirano00o/uuid-mcp-client](https://github.com/hirano00o/uuid-mcp-client)。 * `get_uuid_v4` * 1つのUUID v4を返す * `get_uuid_v4_list` * 指定した数分のUUID v4を返す ## How to run the MCP server ```console uv run python…
About
# uuid-mcp-server UUID v4を生成して返すMCP Server。 このMCP Serverを呼び出すサンプルMCP Clientは[hirano00o/uuid-mcp-client](https://github.com/hirano00o/uuid-mcp-client)。 * `get_uuid_v4` * 1つのUUID v4を返す * `get_uuid_v4_list` * 指定した数分のUUID v4を返す ## How to run the MCP server ```console uv run python main.py ``` ## How to run with inspector…
Details
- Author
- hirano00o
- Downloads
- 231
- Categories
- Other
Jump to
- Generates a single UUID v4 via get_uuid_v4
- Generates a list of UUID v4s via get_uuid_v4_list
- Lightweight and runnable with uv
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
uuid-mcp-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Run the server with uv run python main.py or inspect it with uv run mcp dev main.py. Once running, call the get_uuid_v4 tool to get a single UUID or get_uuid_v4_list with a count parameter to get a list of UUIDs.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"uuid-mcp-server": {
"uuid-mcp-server-hirano00o": {
"command": "uv",
"args": [
"run",
"python",
"main.py"
]
}
}
}
}
McpServers
{
"uuid-mcp-server-hirano00o": {
"command": "uv",
"args": [
"run",
"python",
"main.py"
]
}
}
uuid-mcp-server
UUID v4を生成して返すMCP Server。
このMCP Serverを呼び出すサンプルMCP Clientはhirano00o/uuid-mcp-client。
get_uuid_v4
1つのUUID v4を返す
get_uuid_v4_list
指定した数分のUUID v4を返す
How to run the MCP server
uv run python main.py
How to run with inspector
uv run mcp dev main.py
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



