MCP Server for design system parsing and AI-powered component generation
npm install @uxai/mcp-serverA Model Context Protocol (MCP) server for design system parsing and AI-powered component generation. This package provides tools for creating and managing UI prototypes with integrated design system support.
- šØ Design System Integration: Parse and utilize popular design systems (Radix UI, etc.)
- š Prototype Management: Create, list, and manage UI prototypes
- š Web Interface: Built-in web server for interactive prototype development
- š¦ Component Generation: AI-powered component creation with design system context
- š Real-time Sync: Live updates and hot reloading for prototypes
Add to your MCP client configuration:
``json`
{
"mcpServers": {
"ux-ai": {
"command": "npx",
"args": ["-y", "@uxai/mcp-server"]
}
}
}
- initialize_project - Set up UX AI project structurecreate_prototype
- - Create new prototypes (component, page, layout)list_prototypes
- - List all available prototypesopen_web_interface
- - Launch the web interfaceread_design_system_components
- - Parse design system componentsget_component_data
- - Get detailed component informationget_user_context
- - Get current user context from web UI
`bashStart the MCP server
ux-ai-mcp
Project Structure
When initialized, creates the following structure:
`
your-project/
āāā prototypes/
ā āāā components/
ā āāā pages/
ā āāā layouts/
āāā design-systems/
āāā uxai.json
``The package includes a built-in web application
- Live preview of prototypes
- Component browser
- Design system integration
- Node.js 18+
- Modern MCP client (like Claude Desktop, Cursor, etc.)
MIT
This package is part of the UX AI ecosystem. For issues and contributions, please visit the main repository.