codesign for Cursor
ly.img/codesign
Local design engine for AI agents: create, edit and export real, editable designs.
client:Cursor
transport:stdio
runtime:npm
Install codesign in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codesign": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@imgly/codesign-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs