Autodesk-Fusion-360-MCP-Server

JustusBraitinger/Autodesk-Fusion-360-MCP-Server
★ 52 stars Python Other Updated 12d ago ✓ Clean
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "autodesk-fusion-360-": {
      "command": "uvx",
      "args": [
        "autodesk-fusion-360-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install autodesk-fusion-360-mcp-server