Fusion Toolsmith MCP
Provides tools for inspecting, planning, validating, and packaging CAD changes in Autodesk Fusion 360, enabling safe interaction with Fusion models through structured tools.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fusion Toolsmith MCPinspect the current design and list all parameters"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Fusion Toolsmith MCP
Safety-first, diagnostic, tool-first Autodesk Fusion 360 MCP server for serious agent-assisted CAD work.
Choose Toolsmith when you want guarded workflows, runtime diagnostics, and structured Fusion tools before raw scripts. Choose a simpler Fusion MCP server when you only need a minimal bridge into Fusion and are comfortable managing safety yourself.
Quick Start
Requirements: Windows, Autodesk Fusion 360, Python 3.9 or newer, and an MCP-capable client.
git clone https://github.com/NeonN3mesis/fusion-toolsmith-mcp.git
cd fusion-toolsmith-mcp
python -m pip install -e .
fusion-mcp install-addinStart the add-in in Fusion 360:
Utilities > Add-Ins > Scripts and Add-Ins > Add-Ins > FusionMCP > RunVerify it:
fusion-mcp doctor
fusion-mcp test-liveThe installed Fusion add-in folder is named FusionMCP for compatibility with existing local installs. The add-in is opt-in by default and does not start automatically with Fusion.
Related MCP server: fusion-mcp
Client Config
After the add-in is running, print client snippets:
fusion-mcp print-client-configPrefer the Streamable HTTP endpoint with bearer auth when your client supports headers. Legacy SSE/query-token support remains for older clients.
FusionMCP writes live discovery data to:
C:\Users\<you>\.fusion_mcp.jsonFor Antigravity/Gemini-style config, the add-in auto-syncs:
C:\Users\<you>\.gemini\config\mcp_config.jsonWhy Toolsmith
Generic Fusion MCP servers often expose a raw script bridge. Toolsmith adds a careful CAD workflow around that bridge:
inspect the live model before editing
prefer structured tools before raw Fusion API scripts
preflight model changes and exports
isolate dangerous tools from normal profiles
record a redacted local change journal
diagnose stale installs, missing tools, task backlog, and auth/config issues
What It Is Good At
Existing-design inspection: sketches, features, parameters, projected geometry, dependencies, selection sets, assemblies, and physical properties.
Safer model mutation: explicit modeling tools, profile-loop operations, insert/socket workflows, validation, and before/after design-state comparisons.
Export and presentation: preflighted STL/STEP/3MF/PDF/Fusion archive exports, multibody 3MF planning, screenshots, viewport staging, and demo capture.
Local runtime hardening: fixed port
9100, bearer-token support, token-free/health, session cleanup, backpressure diagnostics, and stale-source fingerprint checks.
Common Fix
If the server is reachable but tools are missing or old behavior remains after an update, stop and run the FusionMCP add-in again from Fusion 360, or restart Fusion. Fusion can keep old Python modules loaded after files are replaced.
Documentation
Development
python -m unittest discover -s tests
fusion-mcp dump-schemas --output dist\mcp-schemas.json
fusion-mcp package-addinGitHub Actions runs the unit suite, checks the no-Fusion mock/schema surfaces, and builds the add-in ZIP on pushes and pull requests.
License
MIT. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceConnects AI coding agents to Autodesk Fusion 360 for CAD automation, enabling natural language control over sketching, 3D modeling, and CAM operations. It uses a Python-based bridge and a custom add-in to execute over 80 tools ranging from simple geometry creation to complex assembly and parameter management.8070MIT
- Alicense-qualityDmaintenanceOpen-source MCP server for controlling Autodesk Fusion 360 from any AI agent, enabling 3D modeling operations via natural language.2MIT
- Flicense-qualityBmaintenanceEnables AI assistants to inspect and automate Autodesk Fusion 360 through MCP, providing tools for CAD modeling, CAM manufacturing, and document management.
- Flicense-qualityCmaintenanceA remote MCP server exposing 36 Fusion 360 modeling tools over HTTPS, enabling secure remote control of Autodesk Fusion 360 with authentication, rate limiting, and audit logging.
Related MCP Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Remote MCP for Copilot CLI switch gate MCP, structured receipts, audit logs, and reviewer-ready evid
Crypto transaction firewall and risk tools for MCP agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NeonN3mesis/fusion-toolsmith-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server