zaai dev mcp for Grok
io.github.poloniboi/zaai-dev-mcp
Zaai Dev brand brief + captured design references for MCP-compatible AI tools.
client:Grok
transport:stdio
runtime:npm
Install zaai dev mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"zaai-dev-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@zaai-dev/mcp"
],
"env": {
"ZAAI_API_TOKEN": "<ZAAI_API_TOKEN>",
"ZAAI_API_URL": "<ZAAI_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs