Skip to content
Grok

TypeUI for Grok

io.github.bergside/typeui

Design systems, UI prompts, and layout variations for AI coding tools.

client:Grok transport:streamable-http

Install TypeUI in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "typeui": {
      "type": "http",
      "url": "https://mcp.typeui.sh/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

TypeUI in other clients