mcp

KittyCAD/mcp
★ 6 stars Python 🔌 API Integration Updated 5d ago
An MCP server housing various Zoo built utilities
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install mcp

README Excerpt

An [MCP server](https://modelcontextprotocol.io/docs/getting-started/intro) housing various Zoo built utilities <!-- mcp-name: io.github.KittyCAD/zoo-mcp --> 1. An API key for Zoo, get one [here](https://zoo.dev/account) 2. An environment variable `ZOO_API_TOKEN` set to your API key ```bash export ZOO_API_TOKEN="your_api_key_here"