io.github.POLONIBOI/zaai-dev-mcp MCP Server
io.github.POLONIBOI/zaai-dev-mcp
What is the io.github.POLONIBOI/zaai-dev-mcp MCP server?
Zaai Dev brand brief + captured design references for MCP-compatible AI tools.
How to install io.github.POLONIBOI/zaai-dev-mcp
Copy-paste configuration for popular MCP clients.
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_URLWorkspace base URL. Defaults to https://zaaidev.com. Override only for local dev or staging.
{
"mcpServers": {
"zaai-dev-mcp": {
"command": "npx",
"args": [
"-y",
"@zaai-dev/mcp"
],
"env": {
"ZAAI_API_TOKEN": "<YOUR_ZAAI_API_TOKEN>",
"ZAAI_API_URL": "<YOUR_ZAAI_API_URL>"
}
}
}
}{
"mcpServers": {
"zaai-dev-mcp": {
"command": "npx",
"args": [
"-y",
"@zaai-dev/mcp"
],
"env": {
"ZAAI_API_TOKEN": "<YOUR_ZAAI_API_TOKEN>",
"ZAAI_API_URL": "<YOUR_ZAAI_API_URL>"
}
}
}
}{
"mcpServers": {
"zaai-dev-mcp": {
"command": "npx",
"args": [
"-y",
"@zaai-dev/mcp"
],
"env": {
"ZAAI_API_TOKEN": "<YOUR_ZAAI_API_TOKEN>",
"ZAAI_API_URL": "<YOUR_ZAAI_API_URL>"
}
}
}
}{
"servers": {
"zaai-dev-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@zaai-dev/mcp"
],
"env": {
"ZAAI_API_TOKEN": "<YOUR_ZAAI_API_TOKEN>",
"ZAAI_API_URL": "<YOUR_ZAAI_API_URL>"
}
}
}
}claude mcp add zaai-dev-mcp --env ZAAI_API_TOKEN=<YOUR_ZAAI_API_TOKEN> --env ZAAI_API_URL=<YOUR_ZAAI_API_URL> -- npx -y @zaai-dev/mcpRelated 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.