One-click install Frontend Designer Agent, 20 skills, 2 agents, 7 MCP servers, 7 coding rules, full design system. Zero AI slop.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"frontend-launchpad-a": {
"command": "npx",
"args": [
"-y",
"Milosaur777/frontend-launchpad-agent"
]
}
}
}
Run in terminal:
claude mcp add frontend-launchpad-a npx -y Milosaur777/frontend-launchpad-agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"frontend-launchpad-a": {
"command": "npx",
"args": [
"-y",
"Milosaur777/frontend-launchpad-agent"
]
}
}
}