luiscarone/fusion-360-mcp-server
If you are the rightful owner of fusion-360-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 dayong@mcphub.com.
A comprehensive Model Context Protocol (MCP) server providing access to Autodesk Fusion 360 Python API documentation, code generation, and querying capabilities with automatic index updates.
Tools
Functions exposed to the LLM to take actions
search_fusion_docs
Search official Fusion 360 documentation on help.autodesk.com
fetch_fusion_doc
Fetch complete documentation page content
query_api
Search local API index for classes, methods, and properties
get_class_info
Get detailed information about specific API classes
list_api_namespaces
Browse available API namespaces (adsk.core, adsk.fusion, adsk.cam)
generate_addin
Generate complete Fusion 360 add-in templates with event handlers
generate_script
Generate standalone script templates
update_api_index
Automatically scrape and index API documentation from help.autodesk.com
get_index_status
Check index status, last update time, and statistics
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client