uuid-mcp

uuid-mcp

1

The project is a Model Context Protocol (MCP) server that generates timestamp-based UUIDs using UUID v7. It offers a simple interface without parameters, easy integration with language models like Claude, and ensures unique and chronologically sortable identifiers.

UUID MCP Provider

A simple Model Context Protocol (MCP) server that provides timestamp-based UUIDs whenever it's called by an LLM.

Features

  • Provides a single tool: generateUuid
  • Uses UUID v7 for timestamp-based unique identifiers
  • Simple interface with no input parameters needed
  • Easy integration with Claude and other LLMs

Installation

Install dependencies with npm install and build the project with npm run build.

Usage

Run the server directly using npm start. To integrate with Claude Desktop, update the claude_desktop_config.json file with the required command and arguments, then restart Claude Desktop.