Home › Development › kiyas

kiyas

AI design fidelity — compare Figma designs or screenshots against rendered UI. No API keys.

TypeScript CloudLocal macOSWindowsLinux
★ 1 stars Last pushed 2026-07-25 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.4.0)

npx -y kiyas-cli@1.4.0

Or add to your MCP client config:

{
  "mcpServers": {
    "kiyas": {
      "command": "npx",
      "args": [
        "-y",
        "kiyas-cli@1.4.0"
      ],
      "env": {
        "FIGMA_ACCESS_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • FIGMA_ACCESS_TOKEN secret — Figma personal access token (File content → Read only). Only needed when comparing against Figma URLs — screenshot comparisons via designImage need no token.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry