Loading MCP server directory, please wait...
Connect AI assistants to zeroheight styleguides using the Model Context Protocol
npx @getmcp/cli add com.zeroheight/zeroheightRequires Node.js 18+. Community-contributed server. Review source before installing.
ZEROHEIGHT_ACCESS_TOKENYour zeroheight access token (starts with zhat_)
ZEROHEIGHT_CLIENT_IDYour zeroheight client ID (starts with zhci_)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.zeroheight/zeroheight": {
"command": "npx",
"args": [
"-y",
"@zeroheight/mcp-server"
],
"env": {
"ZEROHEIGHT_ACCESS_TOKEN": "",
"ZEROHEIGHT_CLIENT_ID": ""
}
}
}
}