
Zeroheight
zeroheight MCP is a MCP server that exposes your zeroheight styleguides to AI assistants over streamable HTTP or stdio.
About
The zeroheight MCP server connects Claude Code, Cursor, Codex, and other MCP-capable agents to your zeroheight design styleguides over the Model Context Protocol. developers and small teams use it when AI-generated UI, marketing pages, or component code must match documented brand and design-system rules instead of drifting from Figma-adjacent source of truth. You can run the hosted streamable-http endpoint with a per-workspace MCP token from zeroheight AI settings, or install the npm package for stdio transport with access token and client ID.
- Streamable HTTP remote at mcp.zeroheight.com plus npm stdio via @zeroheight/mcp-server 2.9.2
- Tokenized remote URL pattern mcp.zeroheight.com/mcp/{token} for scoped access
- Auth via ZEROHEIGHT_ACCESS_TOKEN (zhat_) and ZEROHEIGHT_CLIENT_ID (zhci_)
- Queries live styleguide content so agents do not guess brand specs from memory
Zeroheight by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --env ZEROHEIGHT_ACCESS_TOKEN=YOUR_ZEROHEIGHT_ACCESS_TOKEN --env ZEROHEIGHT_CLIENT_ID=YOUR_ZEROHEIGHT_CLIENT_ID zeroheight -- npx -y @zeroheight/mcp-serverAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | @zeroheight/mcp-server |
|---|---|
| Transport | STDIO, HTTP |
| Auth | Required |
What it does
Let your coding agent read zeroheight styleguides so UI and copy stay on-brand while you ship.
Who is it for?
Best when you have zeroheight styleguides and want agents to enforce brand and component rules during frontend work.
Skip if: Skip if you're without zeroheight or anyone and only needs generic CSS snippets with no linked design system.
What you get
After registration, the agent can fetch authoritative zeroheight guide content while coding so implementations align with documented design standards.
- Agent-retrieved styleguide sections referenced in UI implementation
- Consistent token and component usage aligned to zeroheight docs
By the numbers
- Server version 2.9.2
- 2 remote URL variants plus npm @zeroheight/mcp-server stdio package
Recommended MCP Servers
How it compares
MCP bridge to zeroheight styleguides, not a standalone UI generator skill.
FAQ
Who is zeroheight MCP for?
and small-team developers who document design in zeroheight and use MCP agents to implement on-brand web or product UI.
When should I use zeroheight MCP?
Use it during Build when you are implementing screens, tokens, or copy and need the agent to cite your live styleguide.
How do I add zeroheight MCP to my agent?
Add the remote URL https://mcp.zeroheight.com/mcp with your secret token, or run @zeroheight/mcp-server with ZEROHEIGHT_ACCESS_TOKEN and ZEROHEIGHT_CLIENT_ID in the agent MCP config.