kiyas for Grok
io.github.saiffmirza/kiyas
AI design fidelity — compare Figma designs or screenshots against rendered UI. No API keys.
client:Grok
transport:stdio
runtime:npm
Install kiyas in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"kiyas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kiyas-cli"
],
"env": {
"FIGMA_ACCESS_TOKEN": "<FIGMA_ACCESS_TOKEN>"
}
}
}
}
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