Catalog
com.zeroheight/zeroheight
OfficialConnect AI assistants to zeroheight styleguides using the Model Context Protocol
Connects AI assistants to zeroheight design styleguides and documentation.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
ZEROHEIGHT_ACCESS_TOKENsecretOptional zeroheight access token (starts with zhat_). If omitted, the local MCP uses OAuth.
ZEROHEIGHT_CLIENT_IDsecretOptional zeroheight client ID (starts with zhci_). If omitted, the local MCP uses OAuth.
claude_desktop_config.json
{
"mcpServers": {
"zeroheight": {
"command": "npx",
"args": [
"-y",
"@zeroheight/mcp-server@2.10.2"
],
"env": {
"ZEROHEIGHT_ACCESS_TOKEN": "<YOUR_ZEROHEIGHT_ACCESS_TOKEN>",
"ZEROHEIGHT_CLIENT_ID": "<YOUR_ZEROHEIGHT_CLIENT_ID>"
}
}
}
}