Skip to main content
Glama

MCP UUID Server

by aki-kii

MCP UUID 服务器

概述

该 MCP 服务器提供了生成 UUID 的简单服务。

环境要求

  • Python 3.10 或更高版本
  • MCP(模型上下文协议)包 v1.2.0 或更高版本
  • 克劳德桌面

如何安装

# 依存関係のインストール 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 服务器提供以下工具:

获取UUID
  • 描述:生成新的UUID
  • 输入参数:无
  • 使用示例:

您可以在 Claude Desktop 中输入以下命令生成新的 UUID:

ランダムなIDを生成してください

然后,Claude 将在内部调用 MCP 工具来生成并返回一个新的 UUID。

生成的随机ID为:eccf34af-1617-4f61-b148-e900bc1d3d00

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

这是一个简单的服务,通过 Claude Desktop 请求时会生成随机 UUID。

  1. 概述
    1. 环境要求
      1. 如何安装
        1. 如何使用
          1. 1. 与 Claude Desktop 一起使用
          2. 2.可用工具

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Provides random number generation utilities, including a secure UUID generator powered by Node's crypto module.
          Last updated 7 months ago
          7
          666
          3
          TypeScript
          MIT License
        • A
          security
          F
          license
          A
          quality
          A 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 7 months ago
          1
          15
          Python
          • Apple
        • A
          security
          A
          license
          A
          quality
          A server that allows users to manage documents and perform Claude-powered searches using Needle through the Claude Desktop application.
          Last updated 15 days ago
          7
          74
          Python
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          Provides AI assistants with capabilities to generate collision-resistant unique identifiers using UUID v4 and CUID2 algorithms.
          Last updated 3 months ago
          1
          3
          1
          JavaScript
          MIT License
          • Apple
          • Linux

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/aki-kii/mcp-uuid'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server