Server data from the Official MCP Registry
Generate randomized English Markdown frontend design directions from curated catalogs.
Generate randomized English Markdown frontend design directions from curated catalogs.
Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
12 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-yanislav-igonin-random-design-mcp": {
"args": [
"-y",
"random-design-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Local 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.
npm install
npm run build
Configure a local MCP client to spawn the built stdio server:
{
"mcpServers": {
"random-design": {
"command": "node",
"args": [
"/Users/h0b0/Documents/private/random-design-mcp/dist/index.js"
]
}
}
}
After npm publication, clients can spawn the package with:
{
"mcpServers": {
"random-design": {
"command": "npx",
"args": ["-y", "random-design-mcp"]
}
}
}
generate_design_description accepts optional free-text English context:
{
productType?: string;
audience?: string;
priority?: string;
compatibility?: boolean; // defaults to true
}
Set compatibility: false for unconstrained random combinations.
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
This package is prepared for npm and the MCP Registry:
random-design-mcpio.github.yanislav-igonin/random-design-mcpserver.jsonManual first publish:
npm adduser
npm run check
npm pack --dry-run
npm publish --access public
mcp-publisher login github
mcp-publisher publish
Automated publish runs from .github/workflows/publish.yml when a version tag is
pushed:
git tag v1.0.0
git push origin v1.0.0
Required GitHub secret:
NPM_TOKEN: npm automation token allowed to publish random-design-mcpMCP Registry publishing uses GitHub OIDC, so no MCP registry secret is required.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.