Google PageRank for AI agents. 25,000+ tools indexed.

fusion-mcp MCP Server

prim-design/fusion-mcp

Score: 53.3 Rank #42 MCP Server
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

StarsFreshnessIssue HealthContributorsDependents
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

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for prim-design/fusion-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/prim-design--fusion-mcp)](https://agentrank-ai.com/tool/prim-design--fusion-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/prim-design--fusion-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/prim-design--fusion-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="prim-design/fusion-mcp"></script>

Matched Queries

"mcp server""mcp-server"

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.