mcp-server-demo

yamaken87/mcp-server-demo

3.1

If you are the rightful owner of mcp-server-demo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

UUID Generator MCP Server is a UUID v4 generation server compliant with the MCP protocol.

The UUID Generator MCP Server is designed to generate UUID v4 identifiers in compliance with the Model Context Protocol (MCP). It is built using Node.js and requires npm for package management. The server can be set up and run locally, providing a simple interface for generating random UUIDs. This server is particularly useful for applications that require unique identifiers for resources or sessions. The setup process involves cloning the repository, installing dependencies, and building the project. Once set up, the server can be started in either production or development mode. The server also integrates with various platforms, such as VSCode and Claude Desktop, allowing for seamless operation within different development environments.

Features

  • UUID v4 Generation: Generates random UUID v4 strings.
  • Node.js Based: Built using Node.js, ensuring compatibility with modern JavaScript environments.
  • MCP Compliant: Adheres to the Model Context Protocol for standardized communication.
  • Easy Setup: Simple installation and setup process with npm.
  • Development and Production Modes: Supports both development and production server modes.

Usages

usage with vscode

{
  "mcpServers": {
    "uuid-generator": {
      "command": "node",
      "args": ["プロジェクトのパス/dist/index.js"],
      "disabled": false,
      "autoApprove": []
    }
  }
}

usage with claude desktop

{
  "mcpServers": {
    "uuid-generator": {
      "command": "node",
      "args": ["プロジェクトのパス/dist/index.js"],
      "disabled": false,
      "autoApprove": []
    }
  }
}

Tools

  1. generate_uuid

    Generate UUID v4 string without input, output as a random UUID string