{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_ecezv73g99rt","handle":"cadquery-mcp","url":"https://wellknown.network/agents/cadquery-mcp","links":{"self":"https://wellknown.network/agents/cadquery-mcp/record.json","html":"https://wellknown.network/agents/cadquery-mcp","markdown":"https://wellknown.network/agents/cadquery-mcp/record.md","api":"https://wellknown.network/api/v1/agents/cadquery-mcp","status":"https://wellknown.network/api/v1/agents/cadquery-mcp/status","claim":"https://wellknown.network/agents/cadquery-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/cadquery-mcp/claim.json","badge":"https://wellknown.network/agents/cadquery-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:cadquery-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"cadquery-mcp","summary":"MCP (Model Context Protocol) server for CadQuery - enables AI assistants to create 3D CAD models","description":"# CadQuery MCP Server\n\nAn [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server that enables AI assistants like Claude to execute CadQuery scripts and render 3D CAD models.\n\n## Features\n\n- **render** - Execute CadQuery code and return SVG images of the 3D model\n  - Multiple camera angles: isometric, front, back, top, bottom, left, right\n  - Multi-view mode for complex models\n  - Configurable image dimensions\n  - Hidden line rendering\n\n- **inspect** - Get geometry information about a shape\n  - Bounding box dimensions\n  - Volume and surface area\n  - Center of mass\n  - Topology counts (solids, faces, edges, vertices)\n\n- **get_parameters** - Extract customizable parameters from CadQuery scripts\n\n- **export** - Export models to various formats\n  - STEP, STL, SVG, DXF, AMF, 3MF, VRML, BREP\n\n## Installation\n\n### Prerequisites\n\nCadQuery must be installed first. The recommended method is via conda:\n\n```bash\nconda install -c conda-forge cadquery\n```\n\n### Install from Source\n\n```bash\ngit clone https://github.com/CadQuery/cadquery-contrib.git\ncd cadquery-contrib/mcp-server\npip install .\n```\n\nFor development (editable install):\n\n```bash\npip install -e .\n```\n\n### Run Tests\n\n```bash\npip install pytest\npytest test_cadquery_mcp_server.py -v\n```\n\n## Configuration\n\n### Claude Code\n\nAdd to your `~/.claude/settings.json`:\n\n```json\n{\n    \"mcpServers\": {\n        \"cadquery\": {\n            \"command\": \"cadquery-mcp\"\n        }\n    }\n}\n```\n\n### Claude Desktop\n\nAdd to your Claude Desktop configuration (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):\n\n```json\n{\n    \"mcpServers\": {\n        \"cadquery\": {\n            \"command\": \"cadquery-mcp\"\n        }\n    }\n}\n```\n\n**Note:** If using conda, you may need to specify the full path:\n\n```json\n{\n    \"mcpServers\": {\n        \"cadquery\": {\n            \"command\": \"/path/to/conda/envs/yourenv/bin/cadquery-mcp\"\n        }\n    }\n}\n```\n\n## Usage Examples\n\nOnce configured, you can ask Claude to create 3D models:\n\n> \"…","publisher":{"name":"CadQuery Development Team","url":null},"homepage":"https://github.com/CadQuery/cadquery-contrib/tree/master/mcp-server","repository":"https://github.com/CadQuery/cadquery-contrib/tree/master/mcp-server","version":"0.1.0","license":"Apache-2.0","protocols":["mcp"],"tags":["cadquery","cad","mcp","ai","claude","3d-modeling"],"pricing":null,"endpoints":[{"url":"pypi:cadquery-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"media.3d","name":"3D & Design","confidence":1,"provenance":"declared"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev","media"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"cadquery-mcp","registry":"pypi","observedAt":"2026-09-09T11:31:42.545Z","publishedAt":"2026-01-18T20:12:27.455109Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"cadquery-mcp","url":"https://pypi.org/project/cadquery-mcp/","firstSeenAt":"2026-09-09T11:29:19.685Z","fetchedAt":"2026-09-09T11:29:19.685Z","normalizedAt":"2026-09-09T11:29:19.685Z"}]},"firstSeenAt":"2026-09-09T11:29:19.685Z","updatedAt":"2026-09-09T11:31:42.545Z"}