npm random-design-mcpstdioMITupdated 3mo ago
TypeScript MCP server that returns randomized English Markdown frontend design directions. It uses curated catalogs and optional soft compatibility scoring. It does not call an LLM.
O que dá para fazer com Random Design?
Random Design MCP
TypeScript MCP server that returns randomized English Markdown frontend design directions. It uses curated catalogs and optional soft compatibility scoring. It does not call an LLM.
Website: https://random-design-mcp.h0b0.dev
Install
Use the published npm package from any MCP client that supports stdio servers:
{
"mcpServers": {
"random-design": {
"command": "npx",
"args": ["-y", "random-design-mcp"]
}
}
}
Tools
generate_design_description returns one randomized Markdown design direction.
All input fields are optional, but passing context makes the result easier to
use:
{
productType?: string;
audience?: string;
priority?: string;
compatibility?: boolean; // defaults to true
}
productType: what you are designing, such aslanding page,dashboard,mobile app, orpricing page.audience: who the interface is for, such asdevelopers,founders, orenterprise buyers.priority: what the design should optimize for or pay extra attention to, such asconversion,readability,premium feel,dense data display, orplayful experimentation.compatibility: controls how wild the random combination can be. It defaults totrue, which keeps generated parameters more coherent and practical. Set it tofalsefor unconstrained combinations that can intentionally mix clashing eras, styles, palettes, layouts, and materials.
get_version takes no arguments and returns the package version from
package.json. Use it to confirm which published or cached MCP package version
an MCP client is running.
Development
npm install
npm run build
npm run check
Preview one generated design direction locally:
npm run dev
Optional preview context:
RANDOM_DESIGN_PRODUCT_TYPE="Landing page" \
RANDOM_DESIGN_AUDIENCE="Developers" \
RANDOM_DESIGN_PRIORITY="Conversion" \
RANDOM_DESIGN_COMPATIBILITY=false \
npm run dev
Instalação
Adicione Random Design ao seu cliente. Escolha o que você usa.
claude mcp add random-design-mcp -- npx -y random-design-mcpcodex mcp add random-design-mcp -- npx -y random-design-mcpamp mcp add random-design-mcp -- npx -y random-design-mcp{
"mcpServers": {
"random-design-mcp": {
"command": "npx",
"args": [
"-y",
"random-design-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"random-design-mcp": {
"command": "npx",
"args": [
"-y",
"random-design-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"random-design-mcp","command":"npx","args":["-y","random-design-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"random-design-mcp": {
"command": "npx",
"args": [
"-y",
"random-design-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"random-design-mcp": {
"command": "npx",
"args": [
"-y",
"random-design-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"random-design-mcp": {
"command": "npx",
"args": [
"-y",
"random-design-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"random-design-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"random-design-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"random-design-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"random-design-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y random-design-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
1 ferramenta
Random Design expõe uma ferramenta a um agente conectado.
- productType
- what you are designing, such as `landing page`, `dashboard`,
Pontuação
69 / 100
Boa
- Documentação18/25
- Manutenção22/25
- Confiança13/20
- Capacidade4/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 88 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 1 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 2.1.0Mais recente | 5 de jun. de 2026 |
| 2.0.0 | 5 de jun. de 2026 |
| 1.0.1 | 4 de jun. de 2026 |
| 1.0.0 | 3 de jun. de 2026 |