MCP Server
MCP
io.github.KittyCAD/zoo-mcp
An MCP server that provides access to the Zoo API for various CAD operations and tools.
Install
uvx zoo_mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "zoo_mcp",
"version": "0.23.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"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment