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