Skip to content
Grok

codesign for Grok

ly.img/codesign

Local design engine for AI agents: create, edit and export real, editable designs.

client:Grok transport:stdio runtime:npm

Install codesign in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "codesign": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@imgly/codesign-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

codesign in other clients