fusion-mcp-server

fusion-mcp-server

3.4

If you are the rightful owner of fusion-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This repository contains a Model Context Protocol (MCP) server for Autodesk Fusion 360, enabling AI assistants to interact with Fusion 360 using the MCP protocol.

The Fusion 360 MCP Server is implemented as an add-in for Autodesk Fusion 360, allowing AI agents to access and manipulate design elements through the MCP protocol. It provides a communication channel for AI assistants to access design information, create and modify design elements, and receive context-specific prompts for CAD tasks. The repository includes the MCP server add-in, a client testing utility, and a script to install the MCP package in Fusion 360's Python environment. The server supports communication via HTTP SSE and file-based methods, ensuring compatibility with various environments.

Features

  • Access resources: Retrieve information about the current design, components, and parameters.
  • Use tools: Perform actions like creating sketches, adding parameters, or displaying messages.
  • Get prompts: Receive specialized prompt templates for CAD-related tasks.
  • HTTP SSE communication: Standard MCP protocol implementation for seamless interaction.
  • File-based communication: Backup method for environments without direct HTTP access.

Tools

  1. message_box

    Show message boxes in Fusion 360

  2. create_new_sketch

    Create a new sketch on a specified plane

  3. create_parameter

    Create a new parameter with the specified value