MCP Server
MCP
DesignScan
Extract a website’s design tokens (colors, type, spacing, shadows) as DESIGN.md, W3C, or CSS.
Install
npx -y @designscan/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@designscan/extractor",
"version": "0.4.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Run the CLI as an MCP server over stdio",
"value": "mcp",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment