Productivity|Development|AI / MLJavaScript
dembrandt
Extract any website’s design system into design tokens in seconds.
N/A rating (0 reviews)0 installs1,616 GitHub stars
design tokensweb extractionMCP
Dembrandt allows users to extract design tokens such as logos, colors, typography, and borders from any website with a single command. It integrates seamlessly with MCP-compatible clients, enabling AI agents to automate the extraction process.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"dembrandt": {
"args": [
"-y",
"dembrandt"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.