Autodesk-Fusion-360-MCP-Server
Verified Safeby JustusBraitinger
Overview
Enables AI assistants to interact with Autodesk Fusion 360 through the Model Context Protocol (MCP) for conversational CAD, AI-driven automation, and parametric design control.
Installation
python MCP_Server.pySecurity Notes
The server operates locally via HTTP (localhost:5000), significantly reducing external network attack vectors. It directly deserializes JSON payloads from requests and passes data to Fusion 360 API calls. While no `eval` or arbitrary code execution from user input is apparent, the lack of strict input validation (e.g., numerical range checks, strict type/value checks for string parameters like 'plane' or 'axis') at the server level could lead to unexpected CAD behavior, errors, or resource consumption within Fusion 360 if an AI assistant generates unexpected or adversarial input. The `README` acknowledges its local, assistive nature and that it's not production-ready.
Similar Servers
terraform-mcp-server
The Terraform MCP Server integrates with Terraform Registry APIs and HCP Terraform/Terraform Enterprise to provide advanced automation and interaction capabilities for Infrastructure as Code (IaC) development with AI assistants.
f2c-mcp
A Model Context Protocol server for Figma Design to Code, enabling AI tools to convert Figma designs into production-ready frontend code.
mesh
A full-stack AI-native platform for building, deploying, and managing AI agents, workflows, and applications with integrated context management, access control, and observability.
KiCAD-MCP-Server
Enables AI assistants to interact with KiCAD for PCB design automation, providing comprehensive tool schemas and real-time project state access for intelligent PCB design workflows.