Back to Home
JustusBraitinger icon

Autodesk-Fusion-360-MCP-Server

Verified Safe

by 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

Run Command
python MCP_Server.py

Security 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

Stats

Interest Score35
Security Score7
Cost ClassHigh
Avg Tokens1800
Stars5
Forks1
Last Update2025-12-09

Tags

Conversational CADAI AutomationFusion 360Model Context ProtocolCAD/CAM