Search DevTools

Jump to any tool or page

Stitch MCP Server

TrendingUnexplored

Generates high-fidelity UI designs, screen variants, and design systems from text descriptions directly into production apps.

Stitch AI3,400 stars280 forksDesign & UX
View source

Install

Terminal

$npx -y @stitch/mcp-server

mcp_config.json

{
  "mcpServers": {
    "stitch": {
      "args": [
        "-y",
        "@stitch/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Tools exposed2

generate_screen_from_text
Creates a structured UI screen layout from plain text prompt.
create_design_system
Derives color variables, typography scales, and UI tokens.

Documentation

Stitch MCP Server

Generate UI screens, multi-page layouts, and component variants programmatically via AI tools.

Sourced from the repository README.

More in Design & UX