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.
Platform-specific configuration:
{
"mcpServers": {
"OSCAR_Public": {
"command": "npx",
"args": [
"-y",
"OSCAR_Public"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A secure MCP (Model Context Protocol) server that gives Claude Code full control over your Autodesk Fusion 360 on your computer.
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:
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)prompt/MASTER-PROMPT.md to Claude Codebuild-guide/BUILD-GUIDE.md for the full architecture spec# 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 sessionpip install mcp (for the MCP server component)Loading reviews...