loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

OSCAR_Public

MCP Tool

Creative-Inertia/OSCAR_Public

Open-source build package for creating an MCP server that gives Claude Code full control over Autodesk Fusion 360. Localhost-only, no bloat, no binaries.

Install

$ npx loaditout add Creative-Inertia/OSCAR_Public

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "OSCAR_Public": {
      "command": "npx",
      "args": [
        "-y",
        "OSCAR_Public"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

OSCAR — Open Source CAD Automation Rig

A secure MCP (Model Context Protocol) server that gives Claude Code full control over your Autodesk Fusion 360 on your computer.

What Is This?

OSCAR is a build package that creates a two-process bridge between Claude Code and Fusion 360 on your local computer. Feed the master prompt to Claude Code, and it builds the entire system for you — a Fusion add-in and an MCP server that lets Claude design, model, and manipulate 3D geometry through natural conversation. The goals are:

  1. AI Assisted Fully Parametric Design
  2. Automatic Parameter Naming
What This Is Not?

OSCAR, out of the box, is not an expert CAD designer. You will be able to watch it learn. It will be slow at first, while it learns(!) how to do things. When finishing a session or any time during a session, asked OSCAR if it needs to make any notes on things it has learned. It will give you the option of saving it privately or publicly. It makes notes of its learnings, so it's faster and better each time you run it. This is NOT for someone that does not know Fusion.

Claude Code ──stdio──> MCP Server (FastMCP, Python)
                              │
                         HTTP POST (localhost:45876)
                         Bearer token auth
                              │
                              ▼
                       Fusion Add-in (runs inside Fusion 360)
Quick Start
  1. Feed prompt/MASTER-PROMPT.md to Claude Code
  2. Reference build-guide/BUILD-GUIDE.md for the full architecture spec
  3. Install and test — follow the steps in the build guide
# Option 1: Feed the master prompt directly
claude "$(cat prompt/MASTER-PROMPT.md)"

# Option 2: Paste the contents of prompt/MASTER-PROMPT.md into a Claude Code session
Prerequisites
  • Autodesk Fusion 360 installed
  • Python 3.10+ (system Python, separate from Fusion's bundled Python)
  • pip install mcp (for the MCP server component)
  • Claude Code (claude.

Tags

aicadclaudedesignfusion360mcpmodel-context-protocolparametric

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated26 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/25/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Creative-Inertia/OSCAR_Public)](https://loaditout.ai/skills/Creative-Inertia/OSCAR_Public)