What it does
This MCP server integrates Vize, a Rust-based Vue.js toolchain, to automate design system tasks. It's intended to analyze Vue single-file components, extract design tokens, generate documentation, and create component variants for use in Claude workflows. The underlying Vize compiler is production-grade (57× faster than @vue/compiler-sfc, 213× faster linting), but the MCP server itself is experimental. Critically, it currently exposes zero tools—no capabilities are available to Claude yet.
Who it's for
Design system maintainers and frontend teams building Vue component libraries who anticipate using Claude for design system analysis and documentation, once the server matures and tools are implemented.
Common use cases
- Analyze component structure and dependencies across a Vue design system
- Extract and document design tokens from component definitions
- Generate component variant previews and documentation
Setup pitfalls
- Exposes zero tools; the server is currently non-functional. Verify repository status before attempting use.
- Requires filesystem read and write access to analyze and modify component files.
- Contains four detected secrets in the codebase; isolate containers and restrict access.
- Classified as high-risk with failing CI and no production support; unsuitable for production workloads.