What Is Claude CAD | How to Use It with Autodesk Fusion and Blender

AI Chat Article Summarypowered by Claude

In April 2026, Anthropic announced an official integration connecting Claude to CAD tools via Model Context Protocol (MCP) connectors. Autodesk Fusion and Blender were the first supported applications, bringing "Text-to-CAD" workflows — generating and manipulating 3D geometry directly from a chat interface — into reality. This article provides a comprehensive overview of the official MCP connectors, step-by-step setup instructions for each tool, and coverage of the third-party ClaudeCAD project.

結論powered by Claude
In April 2026, Anthropic announced an official integration connecting Claude to CAD tools via Model Context Protocol (MCP) connectors. Autodesk Fusion and Blender were chosen as the first supported applications, making "Text-to-CAD" workflows — where 3D geometry is generated and manipulated directly from a chat interface — a reality. This article covers the official MCP connectors, setup instructions for each tool, and an introduction to the third-party ClaudeCAD project.
目次 (8)

What Is Claude CAD — Two Different Meanings

The term "Claude CAD" is currently used in two distinct contexts.

① Official Anthropic MCP Connector for CAD An official integration announced in April 2026. MCP connectors are provided for partners including Autodesk Fusion, Blender, and Adobe, enabling users to control 3D software directly from Claude Desktop or Claude.ai. Industry media outlet DEVELOP3D covered the official announcement, and adoption is expected across manufacturing, architecture, and 3D printing industries (source: DEVELOP3D "Claude for CAD arrives with Blender and Autodesk Fusion connectors").

② Third-Party OSS Project "ClaudeCAD" An MIT-licensed project published by developer niklasmh, with the full name "Claude 3.5 Aided Design." It is a specialized tool for generating and modifying 3D print-ready models using Claude (source: github.com/niklasmh/ClaudeCAD).

This article focuses primarily on ① the official MCP connectors, with ② ClaudeCAD covered in the latter half.

Background: The Arrival of MCP Connectors

MCP (Model Context Protocol) is an open standard developed by Anthropic for connecting AI models to external software in a standardized way. From the second half of 2025, MCP-compatible tools began appearing across databases, IDEs, and cloud services, and in April 2026, CAD connectors were released.

Notable partner companies include Autodesk, Blender, and Adobe. DEVELOP3D noted that "competitive pressure on Text-to-CAD startups is increasing," signaling a shift in AI-assisted design toward major CAD platforms.

The MCP architecture is designed to be open, allowing LLMs other than Claude to utilize it as well. This aligns with Blender's open-source philosophy and enables flexible integrations that are not locked into any single AI service.

What You Can Do with Autodesk Fusion and Claude

By adding the MCP connector to Autodesk Fusion, you can perform the following operations using only natural language input in the chat interface.

  • Automatically generate parametric 3D geometry from text descriptions
  • Issue modeling commands such as sketch creation, extrusion, and filleting via text
  • Automate alignment of multiple parts and repetitive workflows
  • Convert design data to manufacturing formats such as STEP and STL
  • Streamline the entire workflow from concept stage to manufacturing drawings

Data access complies with the privacy and security standards Autodesk has traditionally maintained, making it straightforward to adopt in existing enterprise environments.

How to Use Claude with Autodesk Fusion

The following are the setup steps as of April 2026. Refer to Anthropic's official connector repository and Autodesk's documentation for specific configuration file paths and authentication methods.

  1. Update Autodesk Fusion to the latest version (an MCP-compatible version is required)
  2. Open Claude Desktop or Claude.ai and navigate to Settings → MCP Connector management
  3. Add the Autodesk Fusion MCP connector
  4. On the Fusion side, enable external app integration and complete the authentication flow
  5. Enter your design requirements as text in Claude's conversation box and verify that the geometry is generated

In practice, instructions like "create a rectangular box 30mm wide and 20mm tall with 5mm diameter holes at all four corners" will generate the part geometry. This is especially effective for repetitive pattern tasks and regenerating geometry when specifications change.

Features of the Official Blender × Claude Connector

The official MCP connector for Blender works by having Claude analyze the entire scene and then directly call Blender's Python API. Its key feature is converting conversational instructions into Python scripts in real time and applying them to the scene.

Key features include:

  • Generating, transforming, and duplicating objects in the scene via text instructions
  • Applying materials and changing colors and textures from the chat interface
  • Debugging Blender workflows and auto-generating custom Python scripts
  • Executing integrated operations that combine multiple tools within a scene

Anthropic also participates as a patron of the Blender Development Fund, supporting the ongoing development of the Python API. This helps ensure the quality and expansion of the API that the MCP connector relies on.

For setup instructions using the third-party blender-mcp (ahujasid/blender-mcp), see the separate article "How to Use Claude × Blender MCP" for details on socket server configuration.

ClaudeCAD — A Third-Party OSS Tool Focused on 3D Printing

ClaudeCAD is a Next.js web application published under the MIT license by developer niklasmh, specialized for generating and modifying 3D print-ready models using Claude (source: github.com/niklasmh/ClaudeCAD). It is separate from the official MCP connectors described above and is an unofficial third-party project not affiliated with Anthropic.

Key features of ClaudeCAD:

  • Import hand-drawn sketch images to generate 3D models
  • Modify model shapes and dimensions using text or voice commands
  • Detect modeling errors and present automatic correction suggestions
  • Analyze models from multiple angles using normal maps
  • Output format: .STL (compatible with 3D printers)

Local setup instructions:

  1. Clone the repository: git clone https://github.com/niklasmh/ClaudeCAD
  2. Install dependencies: npm install
  3. Start the development server: npm run dev
  4. Open http://localhost:3000 in your browser and configure your Anthropic API key

As a small OSS project (7 stars), feature stability and support are more limited compared to commercial tools. It is best suited for users who want to quickly create prototype models for 3D printing.

The Impact of Text-to-CAD on Design Workflows

As Claude's CAD integration expands, it is transforming areas that previously required specialized expertise.

Traditional 3D modeling required learning software-specific commands and workflows — such as Fusion's parameter settings, Blender's modifier stack, and Python scripting. With MCP connectors, some of these tasks can be replaced with natural language instructions like "add a 40mm hole in the center" or "scale this part up by 3x."

At the same time, there are current limitations. Complex freeform surfaces, precise tolerance specifications, and constraint settings between assemblies are still difficult to convey accurately through natural language alone. It is most practical to treat this as an "assistive tool" used by engineers who verify the design specifications.

DEVELOP3D has noted that AI integration into major platforms like these is "intensifying competitive pressure on Text-to-CAD startups." AI use in the CAD space is shifting from dedicated tools to integration within existing professional platforms.

Summary — The Full Picture of Claude × CAD Integration

Claude's CAD integrations can be broadly categorized into three options.

Use Case Tool Type
3D design and manufacturing workflows Autodesk Fusion MCP Connector Official Anthropic
3D modeling and Python operations Blender MCP Connector Official Anthropic
3D print prototype model generation ClaudeCAD (OSS) Third-party

The April 2026 announcement marks the beginning of official integrations, with further connector enhancements and support for additional CAD software expected going forward. Start by setting up the MCP connector in either Blender or Autodesk Fusion and experience 3D manipulation through natural language firsthand.

For detailed Blender setup instructions, see "How to Use Claude × Blender MCP," and for an overview of how MCP works as a whole, see "What Is Claude MCP."

参考になったら ♡
Clauder Navi 編集部
@clauder_navi

Anthropic の Claude / Claude Code を中心に、日本のエンジニア向けに最新動向と実務 を毎日発信。 運営方針 は メディアについて をご覧ください。