component-builder-mcp-server
Generates custom React components following Shadcn UI standards with TypeScript, Tailwind CSS, and accessibility support.
README
Component Builder MCP Server
MCP server for generating custom components based on Shadcn UI standards and criteria.
Features
- 🎨 Generate custom React components following Shadcn/UI patterns
- 📝 TypeScript support with proper type definitions
- 🎯 Tailwind CSS integration with class variance authority
- ✅ Component validation and standards checking
- 📚 Template-based generation system
- ♿ Accessibility-first approach
- 🔍 Comprehensive validation with suggestions
Installation
npm install
npm run build
Usage
As MCP Server
The server runs via stdio and can be integrated with MCP-compatible clients:
npm start
Testing
Run the built-in tests to verify functionality:
npm test
Available Tools
🔧 generate_component
Create a new component based on specifications with:
- Component type selection (button, input, card, modal, etc.)
- Custom props definition
- Styling and accessibility configuration
- Size and variant options
✅ validate_component
Check if a component follows Shadcn standards:
- TypeScript validation
- Accessibility compliance
- Performance suggestions
- Code quality checks
📋 list_component_types
Get available component types and templates with:
- Detailed descriptions
- Available variants
- Usage examples
📖 get_component_template
Retrieve specific component template information:
- Template structure
- Configuration options
- Implementation examples
🎯 generate_component_examples
Generate usage examples for component types:
- Basic usage patterns
- Advanced configurations
- Real-world scenarios
Component Types
| Type | Description | Variants |
|---|---|---|
button |
Interactive button with multiple styles | default, destructive, outline, secondary, ghost, link |
input |
Form input with proper styling | default |
card |
Flexible card with header/content/footer | default |
modal |
Modal dialog with Radix UI primitives | default |
dropdown |
Dropdown menu with keyboard navigation | default |
form |
Form components with validation | default |
navigation |
Navigation menus and breadcrumbs | default |
layout |
Layout components for page structure | default |
data-display |
Tables, lists, and data components | default |
feedback |
Alerts, notifications, and feedback | default |
custom |
Flexible custom component type | configurable |
Component Standards
This server follows Shadcn/UI standards including:
✨ Code Quality
- Proper TypeScript typing with generics
- React.forwardRef for ref handling
- DisplayName for debugging
- Consistent naming conventions (PascalCase)
🎨 Styling
- Tailwind CSS classes with semantic tokens
- Class Variance Authority for variant handling
cn()utility for className composition- Consistent color schemes and sizing
♿ Accessibility
- ARIA attributes and roles
- Keyboard navigation support
- Focus management and visible focus indicators
- Semantic HTML elements
⚡ Performance
- Optimized re-rendering patterns
- Proper memoization usage
- Component size considerations
- Efficient prop handling
Example Usage
Generate a Custom Button
{
"name": "SubmitButton",
"type": "button",
"description": "Form submission button with loading state",
"variant": "default",
"size": "lg",
"props": [
{
"name": "loading",
"type": "boolean",
"required": false,
"description": "Show loading spinner"
}
],
"children": true,
"accessibility": {
"ariaLabel": "Submit form"
}
}
Validate Component Code
{
"componentCode": "your-component-code-here",
"strict": true
}
Configuration
Example MCP client configuration:
{
"mcpServers": {
"component-builder": {
"command": "node",
"args": ["/path/to/component-builder-mcp-server/dist/index.js"],
"description": "Component Builder MCP Server"
}
}
}
Development
Project Structure
src/
├── index.ts # Main MCP server
├── types/
│ └── component.ts # TypeScript type definitions
├── templates/
│ ├── *.hbs # Handlebars templates
│ └── index.ts # Template registry
├── utils/
│ ├── generator.ts # Component generation logic
│ ├── validator.ts # Component validation
│ └── helpers.ts # Utility functions
examples/
├── basic-usage.md # Basic usage examples
├── advanced-usage.md # Advanced examples
└── api-reference.md # Complete API documentation
test/
└── basic-test.js # Integration tests
Building
npm run build # Build TypeScript and copy templates
npm run dev # Watch mode for development
Testing
npm test # Run integration tests
Contributing
- Fork the repository
- Create a feature branch
- Add tests for new functionality
- Update documentation
- Submit a pull request
License
MIT License - see LICENSE file for details.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。