A model context protocol (MCP) server for Autodesk Fusion that provides resources and tools from ADSK to an AI client such as Claude or Cursor.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"fusion-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This repository contains a Model Context Protocol (MCP) server for Autodesk Fusion 360. It enables AI assistants like Claude to interact directly with Fusion 360 using the MCP protocol.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design / developer-tools
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for Fusion Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This repository contains a Model Context Protocol (MCP) server for Autodesk Fusion 360. It enables AI assistants like Claude to interact directly with Fusion 360 using the MCP protocol.
The server is implemented as a Fusion 360 add-in that exposes Fusion 360's functionality through MCP. This allows AI agents to:
The repository includes:
MCPserve/ - The Fusion 360 add-in that implements the MCP serverclient.py - A testing utility to verify server functionalityinstall_mcp_for_fusion.py - A helper script to install the MCP package for Fusion 360's Python environmentThe MCP server runs within Fusion 360 and exposes a communication channel that AI agents can use to:
pip install "mcp[cli]" (must be installed in Fusion 360's Python environment)Fusion 360 uses its own Python environment, separate from your system's Python. The MCP package must be installed there.
Using the Installer Script (Recommended):
python install_mcp_for_fusion.py
This script will:
Manual Installation:
If the installer script doesn't work, you can manually install the package:
Autodesk\webdeploy\production\[version]\Python)"[Fusion Python Path]\python.exe" -m pip install "mcp[cli]"
MCPserve folder from this repositoryThe server enables AI assistants like Claude to interact with Fusion 360 in several ways:
AI assistants can access these resources:
fusion://active-document-info - Basic information about the active documentfusion://design-structure - Detailed structure of the current designfusion://parameters - User parameters defined in the documentAI assistants can use these tools:
message_box - Display a message box in Fusion 360create_new_sketch - Create a new sketch on a specified planecreate_parameter - Create a new parameter with specified valuesAI assistants can use specialized prompts:
create_sketch_prompt - Expert guidance for creating sketchesparameter_setup_prompt - Expert guidance for setting up parametersUse the included client script to test if the server is functioning correctly:
python client.py --test-connection
To test specific functionality:
# Test displaying a message box
python client.py --test-message-box
# Test listing available resources
python client.py --list-resources
# Test listing available tools
python client.py --list-tools
# Test listing available prompts
python client.py --list-prompts
The MCP server supports two methods of communication:
http://127.0.0.1:3000/sse