zjohnsonbox/superdesign-mcp-server
If you are the rightful owner of superdesign-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
SuperDesign MCP Server is an AI-powered design agent that integrates with your IDE to generate UI mockups, components, and wireframes from natural language prompts.
🧠 SuperDesign MCP Server — AI Design Agent for Your Claude Code
🆕 New: SuperDesign Chrome Extension - Clone any website & UI

By: AI Jason and Johnson (MCP Server)
SuperDesign is the first open-source design agent that lives right inside your IDE.
Generate UI mockups, components, and wireframes directly from natural language prompts.
Works seamlessly with Cursor, Windsurf, Claude Code, and plain VS Code.
✨ "Why design one option when you can explore ten?" — SuperDesign
HOW TO INSTALL/ADD MCP SERVER TO YOUR CLAUDE CODE CLI
cd into superdesign-mcp-server/superdesign-mcp-server and run shell:
add-mcp-into-claude-code-cli.sh
if you don't want to build mcp again, you could run cmd:
claude mcp remove superdesign -s user
claude mcp add --transport stdio --scope user superdesign \
--env AI_PROVIDER="custom-api" --env SECURITY_MODE="strict" \
--env WORKSPACE_ROOT="$pwd" \
-- \
npx tsx "$pwd/src/index.ts"
claude mcp list # to see that the mcp is added or not
🎬 Demo Video (Click to play)
🚀 Features
- 🖼️ Product Mock: Instantly generate full UI screens from a single prompt
- 🧩 UI Components: Create reusable components you can drop into your code
- 📝 Wireframes: Explore low-fidelity layouts for fast iteration
- 🔁 Fork & Iterate: Duplicate and evolve designs easily
- 📥 Prompt-to-IDE: Copy prompts into your favorite AI IDE (Cursor, Windsurf, Claude Code)
🧠 Works Great With Cursor, Windsurf, Claude Code, VS Code
🛠️ Getting Started
- Install the Extension from the Cursor/VS Code Marketplace
- Open the
SuperDesignsidebar panel - Type a prompt (e.g., "Design a modern login screen")
- View generated mockups, components, and wireframes
- Fork, tweak, and paste into your project
Can I use my own Claude Code or Cursor subscription?
Yes, after you initialise superdesign extension, some cursor/claude code rules will be added, so you can prompt the agent to do design and preview in superdesign canva (cmd + shift + p -> superdesign: open canva)
If using Cursor - I will highly suggest copy the prompt in 'design.mdc' and create a custom mode in cursor with that same system prompt; This should give you much better performance
Instructions here (Click to play):

How to run local OpenAI compatible servers?
- Select open ai on Ai Model Provider
- Put anything in Openai Api Key input
- Add your OpenAi Url on the Openai Url input (example: http://127.0.0.1:1234/v1 for LM Studio)
📂 Where Are My Designs Stored?
Your generated designs are saved locally inside .superdesign/.
❓ FAQ
Is it free and open source?
Yes! We are open source — fork it, extend it, remix it.
Can I customize the design agent?
Yes — use your own prompt templates, modify behaviors, or add commands.
Can SuperDesign update existing UI?
Absolutely — select a component, describe the change, and let the agent do the rest.
How can I contribute?
Pull requests are welcome. Star the repo and join us on Discord!
🔗 Links
- 🌐 Website: https://superdesign.dev/ide-extension
- 📦 GitHub: https://github.com/superdesigndev/superdesign
- 💬 Discord: Join the Community
- 🐦 Twitter / X: @SuperDesignDev
