components-build-mcp
Verified Safeby audreyui
Overview
An MCP server that implements the components.build specification for grading, generating, and validating UI components, designed to assist AI developers.
Installation
components-build-mcpSecurity Notes
The server's core logic, `executeTool`, uses a safe `switch` statement to dispatch to predefined functions, preventing arbitrary code execution. It does not contain 'eval', obfuscation, or hardcoded secrets. `gradeComponent` and `generateComponent` process and produce code strings without executing them. The Vercel HTTP API (separate from the MCP server's standard I/O transport) has open CORS (`Access-Control-Allow-Origin: *`), which is noted as a deployment-level configuration.
Similar Servers
ai-skills-hub
Provides AI assistants with access to a team's coding standards, best practices, and knowledge base by dynamically loading Markdown skill files via an MCP server.
logicstamp-mcp
Provides AI assistants with structured access to React/TypeScript codebases through LogicStamp Context's analysis engine, enabling safe analysis, modification, and verification of code.
ui-ux-pro-mcp
Provides AI-powered UI/UX design intelligence by offering natural language search across curated design resources.
adeo-mozaic-mcp
Provides AI assistants with intelligent access to the Mozaic Design System's design tokens, components, icons, and documentation for code generation and lookup.