
Zeroheight
Let your coding agent read zeroheight styleguides so UI and copy stay on-brand while you ship.
Overview
zeroheight MCP is a MCP server for the Build phase that exposes your zeroheight styleguides to AI assistants over streamable HTTP or stdio.
What is this MCP server?
- 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
- Server version 2.9.2
- 2 remote URL variants plus npm @zeroheight/mcp-server stdio package
What problem does it solve?
Agents invent off-brand UI because they cannot see your official styleguide unless you paste excerpts manually.
Who is it for?
Indie builders with zeroheight styleguides who want agents to enforce brand and component rules during frontend work.
Skip if: Teams without zeroheight or anyone who only needs generic CSS snippets with no linked design system.
What do I get? / Deliverables
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
Recommended MCP Servers
Journey fit
Canonical shelf is Build because styleguides are consumed while implementing interfaces and design tokens, not during raw idea discovery. Frontend is where agents need typography, color, and component rules pulled from zeroheight during implementation.
How it compares
MCP bridge to zeroheight styleguides, not a standalone UI generator skill.
Common Questions / FAQ
Who is zeroheight MCP for?
Solo and small-team builders 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.