melta UI for Grok
io.github.tsubotax/melta-ui
AI-Ready design system MCP: melta UI tokens, component contracts, 99 rules, check_html self-verify
client:Grok
transport:stdio
runtime:npm
Install melta UI in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"melta-ui": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"melta-ds-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs