Skip to content

MCP Server

Choose a tag to compare

@thevangelist thevangelist released this 03 Apr 08:43
· 133 commits to main since this release

MCP

What's new

  • dembrandt-mcp binary — connects any MCP-compatible client (Claude, Cursor, etc.) to the extraction engine
  • Exposes the full design system as structured tools: get_color_palette, get_typography, get_spacing, get_component_styles, get_design_tokens, get_surfaces, get_brand_identity
  • Reads version from package.json — no hardcoded strings in the server
  • Normalizes bare domain input to https:// automatically

Example

Prompt your AI client: "Fetch robinhood.com style and make an index.html": it calls the MCP tools, gets the full token set, and generates the file. No copy-pasting hex values.

Install

npm install -g dembrandt@latest

Add to your MCP client config:

  {
    "mcpServers": {
      "dembrandt": {
        "command": "dembrandt-mcp"
      }
    }
  }

1775168804204