Home › Design & Media › canicode

canicode

Analyze Figma designs for dev & AI readiness. 39 rules, scoring, HTML reports.

HTML
★ 10 stars Last pushed 2026-07-05 License: MIT

Connect

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

Package (npm 0.5.2)

npx -y canicode@0.5.2

Or add to your MCP client config:

{
  "mcpServers": {
    "canicode": {
      "command": "npx",
      "args": [
        "-y",
        "canicode@0.5.2"
      ],
      "env": {
        "FIGMA_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • FIGMA_TOKEN secret — Figma personal access token for REST API access and comment posting

Related servers

Data from the Official MCP Registry