fusion-mcp MCP Server
prim-design/fusion-mcp
Are you the maintainer of prim-design/fusion-mcp? Claim this listing →
Open-source MCP server for controlling Autodesk Fusion 360 from Claude
Add AgentRank to Claude Code Discover and compare tools like prim-design/fusion-mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
prim-design/fusion-mcp is a Python MCP server licensed under MIT. Open-source MCP server for controlling Autodesk Fusion 360 from Claude
Ranked #42 out of 129 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Python MIT
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
Contributors medium impact
Dependents medium impact
Matched Queries
From the README
# fusion-mcp Open-source MCP server for controlling Autodesk Fusion 360 from any AI agent. just Python. ``` MCP Client ──stdio──▶ MCP Server (Python) ──TCP──▶ Fusion 360 Add-in ──▶ Fusion API ``` ## Setup ### 1. Clone and install **With uv (recommended):** ```bash git clone https://github.com/prim-design/fusion-mcp.git cd fusion-mcp uv pip install -e . ``` **With pip (macOS/Linux):** ```bash git clone https://github.com/prim-design/fusion-mcp.git cd fusion-mcp python3 -m venv .venv source .venv/bin/activate pip install -e . ``` **With pip (Windows):** ```powershell git clone https://github.com/prim-design/fusion-mcp.git cd fusion-mcp python -m venv .venv .venv\Scripts\activate pip install -e . ``` Requires Python 3.10+. ### 2. Install the Fusion 360 add-in Copy the `addin/` folder to Fusion's add-ins directory: **macOS:** ```bash cp -r addin/ "$HOME/Library/Application Support/Autodesk/Autodesk Fusion 360/API/AddIns/FusionMCP" ``` **Windows:** ```powershell xcopy /E addin "Read full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.