← Index

io.github.let-sunny/canicode

io.github.let-sunny/canicode·v0.5.2·Other
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "canicode": {
      "command": "npx",
      "args": [
        "-y",
        "canicode"
      ],
      "env": {
        "FIGMA_TOKEN": "<your-figma_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "canicode": {
      "command": "npx",
      "args": [
        "-y",
        "canicode"
      ],
      "env": {
        "FIGMA_TOKEN": "<your-figma_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y canicode
§02  Environment variables
FIGMA_TOKEN
secret

Figma personal access token for REST API access and comment posting

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other