Skip to content
Grok

aicanvas for Grok

io.github.aicanvas-me/aicanvas

Browse and install 75+ free animated, shadcn-compatible React components from AI Canvas.

client:Grok transport:stdio runtime:npm

Install aicanvas in Grok

.mcp.json (in your project root)

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

aicanvas in other clients