← Back to Plugins
MCP Server MCP

io.github.saiffmirza/kiyas

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...