Skip to content
Cursor

zoo mcp for Cursor

io.github.kittycad/zoo-mcp

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

client:Cursor transport:stdio runtime:pypi

Install zoo mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "zoo-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zoo_mcp"
      ],
      "env": {
        "ZOO_TOKEN": "<ZOO_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

zoo mcp in other clients