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
{
"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