zoo mcp for Grok
io.github.kittycad/zoo-mcp
An MCP server that provides access to the Zoo API for various CAD operations and tools.
client:Grok
transport:stdio
runtime:pypi
Install zoo mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"zoo-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"zoo_mcp"
],
"env": {
"ZOO_TOKEN": "<ZOO_TOKEN>"
}
}
}
}
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