Autodesk-Fusion-360-MCP-Server
Verified Safeby JustusBraitinger
Overview
Integrates AI assistants with Autodesk Fusion 360 via the Model Context Protocol (MCP) to enable conversational CAD, AI-driven automation, and parametric control for 3D modeling.
Installation
python Server/MCP_Server.pySecurity Notes
The server operates locally via HTTP on localhost:5000, which is noted as safe for local execution but insecure on networks. Input validation primarily relies on Python's type casting (float, int, str), which helps prevent direct code injection through tool arguments. No obvious hardcoded secrets or malicious patterns were found. The main potential risk is prompt injection manipulating the AI to perform valid but unintended CAD operations, rather than arbitrary code execution on the server itself.
Similar Servers
terraform-mcp-server
Provides seamless integration with Terraform Registry APIs and HCP Terraform/Terraform Enterprise APIs, enabling AI assistants/LLMs to generate high-quality Terraform code and automate IaC workflows.
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
An open-source control plane for Model Context Protocol (MCP) traffic, providing unified authentication, routing, observability, and tool management for AI agents and integrations across various services.
KiCAD-MCP-Server
Enables AI assistants like Claude to interact with KiCAD for PCB design automation, providing comprehensive tool schemas and real-time project state access.