dembrandt

dembrandt

Extract design system elements such as colors, fonts, borders, etc., from any website.

MCPDesignOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 2.0k
Source
mcp-github

Overview

Dembrandt is a powerful tool that quickly extracts design system elements from any website, including colors, fonts, borders, and more. With simple command-line operations, AI can retrieve these design elements for further processing and analysis. The tool supports multiple output formats and can integrate with MCP-compatible clients, enabling intelligent analysis of design systems for AI. Ideal for designers and developers who need to analyze and extract website designs.

Capabilities

  • Extract website color schemes
  • Extract font styles
  • Extract border styles
  • Extract spacing settings
  • Generate design token files
  • Generate brand guideline PDFs

Use cases

Website design system analysisCompetitor design comparisonWCAG 2.1 contrast ratio analysisMulti-page design system extraction

Setup

Requires: Node.js 18+
Global install: `npm install -g dembrandt` or use npx: `npx dembrandt example.com`

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I use Dembrandt in an MCP client?

Use the command: `claude mcp add --transport stdio dembrandt -- npx -y --package dembrandt dembrandt-mcp`

Does it support multi-page extraction?

Yes, use the `--crawl` parameter to specify the number of pages to analyze.

Does it support dark mode extraction?

Yes, use the `--dark-mode` parameter.

Related skills