Skip to content
VS Code

TypeUI for VS Code

io.github.bergside/typeui

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

client:VS Code transport:streamable-http

Install TypeUI in VS Code

.vscode/mcp.json

{
  "servers": {
    "typeui": {
      "type": "http",
      "url": "https://mcp.typeui.sh/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

TypeUI in other clients