MCP Server
MCP
io.github.saiffmirza/kiyas
AI design fidelity — compare Figma designs or screenshots against rendered UI. No API keys.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "kiyas-cli",
"version": "1.4.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Start the kiyas MCP server on stdio",
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Figma personal access token (File content → Read only). Only needed when comparing against Figma URLs — screenshot comparisons via designImage need no token.",
"format": "string",
"isSecret": true,
"name": "FIGMA_ACCESS_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment