MCP server that exposes your design system components and tokens to AI agents, preventing duplicate component creation and hardcoded token values.
{
"mcpServers": {
"ds-pilot": {
"command": "npx",
"args": [
"-y",
"@lyse-labs/ds-pilot"
]
}
}
}