Compositor for Grok
io.github.josusanz/compositor
Read and edit Compositor .comp projects: layers, folders, masks, transforms, previews and exports
client:Grok
transport:stdio
runtime:npm
Install Compositor in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"compositor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"compositor-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs