components-build-mcp
Verified Safeby getlokiui
Overview
An MCP server for AI assistants to grade, generate, and validate UI components against the components.build specification.
Installation
components-build-mcpSecurity Notes
The server's core functionality involves analyzing and generating code. Critical analysis confirms that `gradeComponent` performs static code analysis using regular expressions and string operations, not dynamic code execution. `generateComponent` functions return hardcoded string templates. No use of `eval` or similar dangerous functions was found. The public HTTP API, while having CORS enabled with `*`, exposes operations that are inherently safe for arbitrary user-provided code.
Similar Servers
f2c-mcp
A Model Context Protocol server for Figma Design to Code, enabling AI tools to convert Figma designs into production-ready frontend code.
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.