home / mcp / components build mcp server
An MCP (Model Context Protocol) server that implements Vercel's components.build specification for grading, generating, and validating UI components.
Configuration
View docs{
"mcpServers": {
"getlokiui-components-build-mcp": {
"command": "components-build-mcp",
"args": []
}
}
}Retrieve the full components.build specification or a specific section.
Search the specification for terms like accessibility patterns or data-slot conventions.
Evaluate provided component code against the specification with a detailed feedback score.
Perform a quick pass/fail check against the grading rules (threshold 80/100).
Generate a compliant component from templates that follow the spec.
Retrieve reference templates such as button, card, and input.
Get a cheat sheet for quick reference to rules and patterns.