Serversio.github.KittyCAD/zoo-mcp
M

io.github.KittyCAD/zoo-mcp

io.github.KittyCAD/zoo-mcp · v0.14.2
▦ pypi
v0.14.2pypi pypi: zoo_mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.KittyCAD/zoo-mcp",
  "description": "An MCP server that provides access to the Zoo API for various CAD operations and tools.",
  "repository": {
    "url": "https://github.com/KittyCAD/mcp",
    "source": "github"
  },
  "version": "0.14.2",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "zoo_mcp",
      "version": "0.14.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Zoo API key to access the Zoo services. Get one from https://zoo.dev/account/developer",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ZOO_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}