zeroheight for Claude Desktop
com.zeroheight/zeroheight
Connect AI assistants to zeroheight styleguides using the Model Context Protocol
client:Claude Desktop
transport:streamable-http
runtime:npm
Install zeroheight in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"zeroheight": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.zeroheight.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs