What is the com.zeroheight/zeroheight MCP server?
Connect AI assistants to zeroheight styleguides using the Model Context Protocol
How to install com.zeroheight/zeroheight
Copy-paste configuration for popular MCP clients.
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.
{
"mcpServers": {
"zeroheight": {
"command": "npx",
"args": [
"-y",
"@zeroheight/mcp-server"
],
"env": {
"ZEROHEIGHT_ACCESS_TOKEN": "<YOUR_ZEROHEIGHT_ACCESS_TOKEN>",
"ZEROHEIGHT_CLIENT_ID": "<YOUR_ZEROHEIGHT_CLIENT_ID>"
}
}
}
}{
"mcpServers": {
"zeroheight": {
"command": "npx",
"args": [
"-y",
"@zeroheight/mcp-server"
],
"env": {
"ZEROHEIGHT_ACCESS_TOKEN": "<YOUR_ZEROHEIGHT_ACCESS_TOKEN>",
"ZEROHEIGHT_CLIENT_ID": "<YOUR_ZEROHEIGHT_CLIENT_ID>"
}
}
}
}{
"mcpServers": {
"zeroheight": {
"command": "npx",
"args": [
"-y",
"@zeroheight/mcp-server"
],
"env": {
"ZEROHEIGHT_ACCESS_TOKEN": "<YOUR_ZEROHEIGHT_ACCESS_TOKEN>",
"ZEROHEIGHT_CLIENT_ID": "<YOUR_ZEROHEIGHT_CLIENT_ID>"
}
}
}
}{
"servers": {
"zeroheight": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@zeroheight/mcp-server"
],
"env": {
"ZEROHEIGHT_ACCESS_TOKEN": "<YOUR_ZEROHEIGHT_ACCESS_TOKEN>",
"ZEROHEIGHT_CLIENT_ID": "<YOUR_ZEROHEIGHT_CLIENT_ID>"
}
}
}
}claude mcp add zeroheight --env ZEROHEIGHT_ACCESS_TOKEN=<YOUR_ZEROHEIGHT_ACCESS_TOKEN> --env ZEROHEIGHT_CLIENT_ID=<YOUR_ZEROHEIGHT_CLIENT_ID> -- npx -y @zeroheight/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.