my-mcp-server

maartenpaauw/my-mcp-server

3.2

If you are the rightful owner of my-mcp-server 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.

A local Model Context Protocol (MCP) server designed for personal use, featuring UUID v7 generation.

UUID v7 MCP Server

A local Model Context Protocol (MCP) server that includes development utilities suited for my personal use.

Features

  • Generate UUID v7: Generate one or more time-ordered UUID v7 identifiers
  • Copy to Clipboard: Copy any text to the system clipboard

Installation

npm install

Configuration

Add this server to your Claude Code MCP settings file:

{
    "my-mcp-server": {
        "type": "stdio",
        "command": "node",
        "args": [
            "/Users/maartenpaauw/Personal/my-mcp-server/index.js"
        ],
        "env": {}
    }
}

After adding the configuration, restart Claude Code.