Fusion 360 MCP IntegrationServer

sockcymbal
GitHub
3D ModelingCAD IntegrationAI Tools

Loading subscription status...

💡 Description

The Fusion MCP (Model Context Protocol) application allows AI assistants to programmatically interact with Autodesk Fusion 360. This implementation specifically demonstrates how to create parametric 3D models through simple API calls, bridging the gap between conversational AI and CAD software.

📝 JSON Entries

{
  "mcpServers": [
    {
      "fusion": {
        "args": [
          "/path/to/fusion_mcp.py"
        ],
        "command": "python"
      }
    }
  ]
}

🛠️ Tools

PythonAutodesk Fusion 360

Features

  • Create parametric cubes with specific dimensions
  • Integrate Autodesk Platform Services for complex operations
  • Simple HTTP interface for controlling Fusion 360
  • Compliance with MCP standards

💬 Example Queries

  • Generate a parametric cube with dimensions 50x50x50 mm
  • Automate repetitive design tasks in Fusion 360