Odel
mcp

mcp

Local
@kittycad9PythonMITUpdated 4 days ago

An MCP server that provides access to the Zoo API for various CAD operations and tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIzoo_mcpv0.26.6

Run

uvx zoo_mcp

MCP client config

{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "zoo_mcp"
      ]
    }
  }
}