Servers
Fusion 360 MCP Server
@Joe-Spencer
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.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fusion-mcp-server": {
"command": "python",
"args": [
"install_mcp_for_fusion.py"
]
}
}
}