What is the io.github.ryudi84/uuid MCP server?
MCP server for generating UUIDs (v4, v7), ULIDs, nanoids, random IDs.
How to install io.github.ryudi84/uuid
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"uuid": {
"command": "npx",
"args": [
"-y",
"uuid-forge-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"uuid": {
"command": "npx",
"args": [
"-y",
"uuid-forge-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"uuid": {
"command": "npx",
"args": [
"-y",
"uuid-forge-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"uuid": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"uuid-forge-mcp"
]
}
}
}Claude Code
claude mcp add uuid -- npx -y uuid-forge-mcpRelated MCP servers
MCP server for generating REST API boilerplate and Express endpoints.
View repository →MCP server for API testing: HTTP requests, cURL generation, health checks.
View repository →Encode/decode Base64, URL-safe variants, and file data
View repository →MCP server for generating changelogs from conventional commits.
View repository →