Fusion 360 MCP Server
@ArchimedesCrypto
About Fusion 360 MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fusion360-mcp-server": {
"command": "python",
"args": [
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Fusion 360 MCP Server?
A Model Context Protocol (MCP) server that bridges Cline and Autodesk Fusion 360, exposing Fusion toolbar-level commands as callable tools that generate Python scripts for execution in Fusion 360.
How to use Fusion 360 MCP Server?
Clone the repository, install dependencies, then run python main.py in the src directory to start the HTTP server (default http://127.0.0.1:8000) or python main.py --mcp for MCP mode. Add the server to Cline’s MCP settings via the provided JSON configuration. Use the /tools, /call_tool, and /call_tools API endpoints to list and invoke tools.
Key features of Fusion 360 MCP Server
- Exposes Fusion 360 toolbar commands as MCP tools
- Generates ready-to-run Python scripts for Fusion 360
- Supports single-tool and multi-tool sequential calls
- Integrates directly with Cline for natural language modeling
- Tool definitions stored in a configurable JSON registry
Use cases of Fusion 360 MCP Server
- Automating parametric 3D modeling from natural language prompts
- Generating Fusion 360 scripts for batch operations
- Enabling AI-assisted CAD design via Cline
- Extending Fusion 360’s scripting capabilities with a tool-based API
FAQ from Fusion 360 MCP Server
What are the prerequisites to run the server?
Python 3.9 or higher and Autodesk Fusion 360 must be installed.
How do I start the server in MCP mode for Cline integration?
Run python main.py --mcp from the src directory and configure the server in Cline’s MCP settings using the JSON snippet provided in the README.
What Fusion 360 tools are currently available?
Available tools include CreateSketch, DrawRectangle, DrawCircle, Extrude, Revolve, Fillet, Chamfer, Shell, Combine, and ExportBody.
How do I add a new tool to the server?
Add a tool definition to src/tool_registry.json, add a script template to SCRIPT_TEMPLATES in src/script_generator.py, and update parameter processing logic in the same file.
How does the server generate scripts?
Each tool call produces a Python script that can be executed in Fusion 360’s Script Editor, with an example shown in the README.
Frequently asked questions
What are the prerequisites to run the server?
Python 3.9 or higher and Autodesk Fusion 360 must be installed.
How do I start the server in MCP mode for Cline integration?
Run `python main.py --mcp` from the `src` directory and configure the server in Cline’s MCP settings using the JSON snippet provided in the README.
What Fusion 360 tools are currently available?
Available tools include CreateSketch, DrawRectangle, DrawCircle, Extrude, Revolve, Fillet, Chamfer, Shell, Combine, and ExportBody.
How do I add a new tool to the server?
Add a tool definition to `src/tool_registry.json`, add a script template to `SCRIPT_TEMPLATES` in `src/script_generator.py`, and update parameter processing logic in the same file.
How does the server generate scripts?
Each tool call produces a Python script that can be executed in Fusion 360’s Script Editor, with an example shown in the README.
Basic information
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments