Random Design for Cursor
io.github.yanislav-igonin/random-design-mcp
Generate randomized English Markdown frontend design directions from curated catalogs.
client:Cursor
transport:stdio
runtime:npm
Install Random Design in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"random-design-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"random-design-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs