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
{
"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