Loading MCP server directory, please wait...
Zaai Dev brand brief + captured design references for MCP-compatible AI tools.
npx @getmcp/cli add io.github.POLONIBOI/zaai-dev-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ZAAI_API_TOKENPer-user MCP token, prefix zaai_mcp_. Mint at https://www.zaaistudio.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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.POLONIBOI/zaai-dev-mcp": {
"command": "npx",
"args": [
"-y",
"@zaai-dev/mcp"
],
"env": {
"ZAAI_API_TOKEN": "",
"ZAAI_API_URL": "https://www.zaaistudio.com"
}
}
}
}