Design & Frontend mcp-serverdesign-systembrand-kitui-promptsgroklayout-variationremote-mcp

TypeUI for Grok

Give Grok access to TypeUI project design skills, brand kits, UI prompts, and layout variation guidance when building or refining user interfaces.

FollowSkills review · FSRS-1.0
Recommended
59/ 100 5-point scale 3.0 / 5
This review was completed under FSRS 1.0. Dimension scores are not converted; it is queued for re-review under FSRS 2.0.
1 2 3 4 5 6
1Utility12 / 20 · 3.0/5

The Grok-platform adaptation of TypeUI; the 4 platform variants (this is the Grok one) are highly similar — fundamentally the same design-system context integration.

2Reliability12 / 20 · 3.0/5
3Safety16 / 25 · 3.2/5

Connects to a remote MCP server (mcp.typeui.sh) for brand assets and design context — involves a third-party hosted service; the specific data flow wasn't verified.

4Evidence5 / 15 · 1.7/5
5Usability7 / 10 · 3.5/5
6Maintenance7 / 10 · 3.5/5
Evidence confidence:Low Reviewed Jul 17, 2026
Review evidence [1]
See the full review method →

What does this skill do, and when should you use it?

typeui is a Grok-facing skill by Bergside LLC that supplies UI generation context through the TypeUI remote MCP server (https://mcp.typeui.sh). It provides four kinds of resources: project design skills, brand kits with logo/typography/color tokens, UI prompt libraries for common sections and full-product flows, and layout variation guidance. It is one of four skills bundled in the bergside/typeui repository, located at plugins/grok/typeui/skills/typeui/SKILL.md. It suits developers who want consistent visual direction and brand adherence when AI generates their UI.

The skill is an instructional SKILL.md that directs Grok to prefer TypeUI MCP tools when available, ask the user which TypeUI project or design skill to use when unspecified, apply the selected project context before choosing colors, type, spacing, component tone, or page composition, and separate brand parameters (logo, project name, typography, brand colors) from the design skill (UI style, component behavior, visual hierarchy, spacing, interaction patterns). It registers the remote MCP server https://mcp.typeui.sh; the actual design resources come from that server, not local files.

  1. A developer building a landing page with Grok who wants their existing TypeUI project design context applied automatically
  2. A product team needing brand consistency (logo, typography, brand colors) across multiple generated pages
  3. A designer who wants several layout variations for pricing sections or dashboards before committing to one
  4. An engineer redesigning an existing UI who wants to pull the project's design skill first as the style source of truth

What are this skill's strengths and limitations?

Pros
  • Connects via a remote MCP server, so no design resource files need local maintenance
  • Cleanly separates brand kit values from design skill guidance, preventing style and brand information from mixing
  • Supports generating layout variations so options can be compared before implementation
  • MIT-licensed SKILL.md with complete author and homepage metadata
Limitations
  • Hard dependency on the availability of the TypeUI remote MCP server; without it the skill is largely inert
  • Explicitly targeted at Grok (includes the grok mcp add command); using it on other platforms requires manual adaptation
  • Actual design resources are hosted on typeui.sh, and the README mentions a paid Pro version; the free/paid boundary is not explained in the skill file
  • The repository-level GitHub license is marked NOASSERTION, which needs verification against the MIT claim in SKILL.md

How do you install this skill?

The skill lives at plugins/grok/typeui/skills/typeui/ in the bergside/typeui repository (the README does not document a separate install command for this specific sub-skill). If the TypeUI MCP server is not available in the current Grok session, connect it manually: grok mcp add --transport http typeui https://mcp.typeui.sh

How do you use this skill?

In a Grok session connected to TypeUI MCP, request UI in plain language, e.g.: "Use my TypeUI project and build a landing page", "Generate three pricing section variations with TypeUI", "Redesign this dashboard using my TypeUI design skill", or "Pull the TypeUI context for this project before changing the UI". If the request does not specify a project, the skill instructs asking which TypeUI project or design skill to use.

How does this skill compare with similar options?

The README names a separately installable typeui-fundamentals skill (UI/UX fundamentals) within the same repo as a complementary/alternative option; this skill instead relies on the TypeUI MCP for project-level design context, so their scopes differ.

FAQ

Does using this skill cost money?
The SKILL.md and the repo's CLI/public registry are open source under MIT, but the TypeUI platform offers a paid Pro version (enhanced design skill files, layout UI prompts, and a Discord community); the exact free/paid boundary is not documented in the source.
Do I have to use Grok?
This SKILL.md's instructions and install command target Grok. The TypeUI platform itself supports Claude, Codex, Cursor and many other tools, but each requires its own integration path — this skill file cannot be dropped onto other platforms as-is.
What if the MCP server is unreachable?
SKILL.md provides a manual connection command: grok mcp add --transport http typeui https://mcp.typeui.sh. If the remote server stays unavailable, the skill cannot provide design context.
Does it read my local files?
No. The skill fetches design context via the remote MCP server; the SKILL.md involves no local file reads or writes.

More skills from this repository

All from bergside/typeui

Related skills