Skip to content
Grok

framingui for Grok

io.github.soo-kate/framingui

FramingUI design-system tools for coding agents: validate screens, check wiring, browse the catalog.

client:Grok transport:stdio runtime:npm

Install framingui in Grok

.mcp.json (in your project root)

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

framingui in other clients