Skip to content
Cursor

kiyas for Cursor

io.github.saiffmirza/kiyas

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

client:Cursor transport:stdio runtime:npm

Install kiyas in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kiyas": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kiyas-cli"
      ],
      "env": {
        "FIGMA_ACCESS_TOKEN": "<FIGMA_ACCESS_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kiyas in other clients