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.
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
安装
把 Random Design 添加到你的客户端。选择你正在使用的那个。
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 个工具
Random Design 向已连接的智能体提供 1 个工具。
- productType
- what you are designing, such as `landing page`, `dashboard`,
评分
69 / 100
良好
- 文档18/25
- 维护22/25
- 可信度13/20
- 能力4/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 2.1.0最新 | 2026年6月5日 |
| 2.0.0 | 2026年6月5日 |
| 1.0.1 | 2026年6月4日 |
| 1.0.0 | 2026年6月3日 |