Compositor for Cursor
io.github.josusanz/compositor
Read and edit Compositor .comp projects: layers, folders, masks, transforms, previews and exports
client:Cursor
transport:stdio
runtime:npm
Install Compositor in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"compositor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"compositor-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs