MCP server for Autodesk Fusion 360 — bridges Claude to the Fusion360MCP add-in
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"fusion360-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Fusion360 MCP Server > **Beta** — This project is under active development. APIs and tool behavior may change between releases. Use at your own discretion. Feedback and bug reports welcome via [GitHub Issues](https://github.com/faust-machines/fusion360-mcp-server/issues). MCP server that connects AI coding agents to Autodesk Fusion 360 for CAD automation. Tested with [Claude Code](https://docs.anthropic.com/en/docs/claude-code). Works with any MCP-compatible client — OpenCode, Codex, Cursor, or anything that speaks the [Model Context Protocol](https://modelcontextprotocol.io). ## How it works ``` Any MCP Client ←(stdio MCP)→ This Server ←(TCP :9876)→ Fusion360MCP Add-in ←(CustomEvent)→ Fusion Main Thread ``` Two components: 1. **MCP Server** (this repo) — Python process that speaks MCP protocol to Claude and forwards commands over TCP 2. **Fusion360MCP Add-in** (installed in Fusion's AddIns folder) — runs inside Fusion 360, executes API calls safely on the main thread ## Prerequisites - [uv](https://docs.astral.sh/uv/) (Python package manager) - Autodesk Fusion 360 - An MCP-compatible client (Claude Code, OpenCode, Codex, Cursor, etc.) ## Installation ### 1. Clone the repo ```bash git clone https://github.com/faust-machines/fusion360-mcp-server.git cd fusion360-mcp-server uv sync ``` ### 2. Install the Fusion 360 Add-in The add-in lives in the `Fusion360MCP/` directory at the repo root (or wherever you keep it). Copy it into Fusion's AddIns folder: **macOS:** ```bash cp -r Fusion360MCP ~/Library/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API/AddIns/ ``` **Windows (PowerShell):** ```powershell Copy-Item -Recurse Fusion360MCP "$env:APPDATA\Autodesk\Autodesk Fusion 360\API\AddIns\" ``` Then start it in Fusion: **Shift+S → Add-Ins → Fusion360MCP → Run** You should see `[MCP] Server listening on localhost:9876` in the TEXT COMMANDS window. ### 3. Configure your MCP client #### Claude Code ```bash claude mcp add fusion360 -- uvx fusion360-…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.