Skip to content
Cursor

canicode for Cursor

io.github.let-sunny/canicode

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

client:Cursor transport:stdio runtime:npm

Install canicode 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": {
    "canicode": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "canicode"
      ],
      "env": {
        "FIGMA_TOKEN": "<FIGMA_TOKEN>"
      }
    }
  }
}

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

canicode in other clients