kiyas for VS Code
io.github.saiffmirza/kiyas
AI design fidelity — compare Figma designs or screenshots against rendered UI. No API keys.
client:VS Code
transport:stdio
runtime:npm
Install kiyas in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "figma-access-token",
"description": "FIGMA_ACCESS_TOKEN",
"password": true
}
],
"servers": {
"kiyas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kiyas-cli"
],
"env": {
"FIGMA_ACCESS_TOKEN": "${input:figma-access-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs