io.github.KittyCAD/zoo-mcp MCP Server
io.github.KittyCAD/zoo-mcp
What is the io.github.KittyCAD/zoo-mcp MCP server?
An MCP server that provides access to the Zoo API for various CAD operations and tools.
How to install io.github.KittyCAD/zoo-mcp
Copy-paste configuration for popular MCP clients.
ZOO_TOKENrequiredsecretYour Zoo API key to access the Zoo services. Get one from https://zoo.dev/account/developer
{
"mcpServers": {
"zoo-mcp": {
"command": "uvx",
"args": [
"zoo_mcp"
],
"env": {
"ZOO_TOKEN": "<YOUR_ZOO_TOKEN>"
}
}
}
}{
"mcpServers": {
"zoo-mcp": {
"command": "uvx",
"args": [
"zoo_mcp"
],
"env": {
"ZOO_TOKEN": "<YOUR_ZOO_TOKEN>"
}
}
}
}{
"mcpServers": {
"zoo-mcp": {
"command": "uvx",
"args": [
"zoo_mcp"
],
"env": {
"ZOO_TOKEN": "<YOUR_ZOO_TOKEN>"
}
}
}
}{
"servers": {
"zoo-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"zoo_mcp"
],
"env": {
"ZOO_TOKEN": "<YOUR_ZOO_TOKEN>"
}
}
}
}claude mcp add zoo-mcp --env ZOO_TOKEN=<YOUR_ZOO_TOKEN> -- uvx zoo_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.