Back to Home
perkovicluka icon

fusion-360-mcp-server

Verified Safe

by perkovicluka

Overview

This project links an MCP client (e.g., ChatGPT, Claude, etc.) to Autodesk Fusion 360 through a lightweight MCP server and a Fusion Python add-in for automated CAD design.

Installation

Run Command
cd server && . .venv/bin/activate && python mcp_server.py

Security Notes

The FastMCP server binds to `0.0.0.0:8000` via HTTP, making it accessible from any network interface without authentication or encryption. This could expose the server to the local network. Communication between the MCP server and Fusion add-in uses plain JSON over TCP on `127.0.0.1:8765`, lacking encryption for local traffic. No hardcoded secrets or 'eval' statements were found. Input validation within FusionMCP.py primarily relies on type casting (float, int) which is generally safe, with broad exception handling catching runtime errors.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Avg Tokens70
Stars0
Forks0
Last Update2025-12-05

Tags

Fusion 360CADAutomationAI IntegrationMCP Server