Back to Home
AutodeskFusion360 icon

FusionMCPSample

by AutodeskFusion360

Overview

Provides an HTTP API for Fusion 360, enabling AI assistants to programmatically interact with CAD models, execute scripts, retrieve design information, and capture screenshots.

Installation

Run Command
python "Fusion MCP Addin/server/mcp_server.py"

Security Notes

The `execute_api_script` tool allows arbitrary Python code execution within the Fusion 360 environment via `app.executeTextCommand('Python.Run "{temp_file}"')`. This means any client capable of calling this endpoint (e.g., an AI assistant) can execute any code, including file system access, network requests, and manipulation of the Fusion 360 application. While this is an intentional feature for the add-in's purpose of AI control, it represents a significant security risk from a general software perspective. The server binds to `localhost:9100`, limiting direct external network exposure, but a compromised local process or misuse by the AI could still lead to system compromise or data loss. No hardcoded secrets or obvious obfuscation found.

Similar Servers

Stats

Interest Score34
Security Score2
Cost ClassHigh
Avg Tokens25000
Stars5
Forks0
Last Update2026-01-06

Tags

Fusion360CADAIMCPAutomation