A lightweight MCP server that lets Claude Code, Codex, Cursor, VS Code/Copilot, and Windsurf generate, refine, and adopt production-ready UI designs.
The MCP server treats UI generation as a structured process — not simple text completion. It handles layout, styling, and preview rendering so your agent can iterate visually.
Fine-tuned models generate clean, professional UI — not generic templates. Tailwind CSS output with proper hierarchy and real typography.
Refine any design with natural language feedback. Adjust layouts, swap color schemes, or change spacing — without starting over.
Detects your framework, component library, CSS tokens, and routes. Designs are generated to fit your existing stack and conventions.
One command registers the MCP server with your coding assistant. OAuth opens your browser once for sign-in, and the CLI writes the right config format for Claude Code, Codex, Cursor, VS Code, or Windsurf.
{
"mcpServers": {
"aidesigner": {
"url": "https://api.aidesigner.ai/api/v1/mcp"
}
}
}The MCP server exposes a set of tools your AI coding assistant can call directly — design generation, live canvas streaming, and account info.
Create a complete UI design from a text prompt. Supports desktop and mobile viewports with prompt-driven generation.
Iterate on a previous design with natural language feedback. Adjusts layout, colors, typography, or content without starting over.
Spin up a new editor project and auto-pair the agent to it. Returns a URL you open to watch designs stream in live.
Pair the agent to an existing project using a 6-character code from the editor. Designs then deliver straight to the canvas.
End the pairing between the agent and the editor session.
List every design in the paired editor session, newest-first, so the agent can see what's already there.
Fetch the full HTML and metadata for a single canvas by id, after finding it with list_canvases.
Resolve a natural-language query like "the pricing page" to the matching canvas via fuzzy search across names and content.
Check your remaining credits, monthly usage, and subscription status. Free tier included.
Returns your connected AIDesigner account identity and authorized scopes.
Pass a reference URL to the MCP server alongside your prompt. AIDesigner analyzes the page and uses it as a starting point — whether you want an exact clone, a modernized version, or just the visual style.
Near-1:1 recreation of any website. Paste a URL and AIDesigner reproduces the layout, typography, colors, and content — ready to edit and make your own.
"Clone this landing page: https://example.com"
Modernize an existing site while keeping its content. AIDesigner analyzes the URL and rebuilds it with better spacing, hierarchy, and visual polish.
"Enhance this page with a more modern design"
Use any URL as a style reference without copying its content. AIDesigner extracts the visual language — colors, layout patterns, typography — and applies it to your prompt.
"Design a pricing page inspired by this site's style"
MCP (Model Context Protocol) is an open standard that lets AI coding assistants connect to external tools. The AIDesigner MCP server gives these assistants the ability to generate and refine UI designs directly within your development workflow.
AIDesigner currently supports Claude Code, Codex, Cursor, VS Code/Copilot, and Windsurf. Codex and Windsurf are user-scope installs today, and VS Code requires GitHub Copilot in Agent mode.
The MCP server uses OAuth. When you first connect, your MCP client opens a browser window for sign-in. After that, tokens are managed automatically — no API keys to configure.
The MCP server generates complete HTML documents with inline Tailwind CSS. The CLI then renders PNG previews and generates adoption briefs that map the design to your framework (Next.js, React, Vue, etc.).
Free accounts include credits to try the tool. Premium plans offer higher limits. You can check your balance anytime with the get_credit_status MCP tool.
Yes. The server analyzes your repo for CSS tokens, component libraries (Radix, shadcn/ui), and styling systems (Tailwind, CSS variables). Generated designs reference your existing tokens and patterns.
One command to connect. Zero context switching. Production-ready UI in seconds.
Get Started FreeUsed by developers building with Claude Code, Codex, Cursor, and VS Code