Context
Freeby MCP Community
Design system context for AI coding agents — MCP server + CLI + live preview
v0.5.0Added Apr 12, 2026
mcpdesign-systemdesign-tokensaiclaude
Context MCP Server
Design system context for AI coding agents — MCP server + CLI + live preview
Installation
Reviews
Installation
Quick install
npx -y @layoutdesign/context
Add to claude_desktop_config.json
{
"mcpServers": {
"context": {
"command": "npx",
"args": ["-y", "@layoutdesign/context"]
}
}
}