Loading MCP server directory, please wait...
An MCP server that provides access to the Zoo API for various CAD operations and tools.
npx @getmcp/cli add io.github.KittyCAD/zoo-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
ZOO_TOKENYour Zoo API key to access the Zoo services. Get one from https://zoo.dev/account/developer
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.KittyCAD/zoo-mcp": {
"command": "uvx",
"args": [
"zoo_mcp"
],
"env": {
"ZOO_TOKEN": ""
}
}
}
}