Back to Apps

Devin MCP UUID Sample
by takahashiikki
TypeScript sample MCP server for generating and validating UUIDs, designed for Devin and Claude Desktop.
1 stars
Updated 1 year ago
Works in:claude
Exposes:Tools
What it does\nThis server provides utility tools for the generation and validation of Universally Unique Identifiers (UUIDs). It allows AI agents to programmatically create unique IDs for tracking, database keys, or session management and verify the version of existing UUID strings.\n\n## Tools\n- generate-uuid: Generates a single UUID v4.\n- generate-uuids: Generates a batch of UUIDs (between 1 and 100).\n- detect-uuid-version: Validates a provided UUID and detects its version.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "uuid-sample": {\n "command": "node",\n "args": [\n "/path/to/devin-mcp-uuid-sample/dist/index.js"\n ]\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 6/10/2026
- Updated
- 1 year ago
- stars
- 1
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"uuid-sample": {
"command": "node",
"args": ["/path/to/devin-mcp-uuid-sample/dist/index.js"]
}
}
}





