Catalog
Zaai Dev MCP
Officialby POLONIBOI
Zaai Dev brand brief + captured design references for MCP-compatible AI tools.
Access brand guidelines and design references for Zaai Dev.
README not available yet.
Install
Configuration
Environment variables
ZAAI_API_TOKENrequiredsecretPer-user MCP token, prefix zaai_mcp_. Mint at https://zaaidev.com/dev/settings/tokens (kind = mcp). Sent as Bearer auth on every workspace request; scopes the server to one user's captures and optionally a project allowlist.
ZAAI_API_URLdefault https://zaaidev.comWorkspace base URL. Defaults to https://zaaidev.com. Override only for local dev or staging.
claude_desktop_config.json
{
"mcpServers": {
"zaai-dev-mcp": {
"command": "npx",
"args": [
"-y",
"@zaai-dev/mcp@0.6.2"
],
"env": {
"ZAAI_API_TOKEN": "<YOUR_ZAAI_API_TOKEN>",
"ZAAI_API_URL": "https://zaaidev.com"
}
}
}
}