dcc-mcp

295 mods across 20 repositories, 154 stars between them.

dcc-mcp/dcc-mcp-maya

Instructions file CodexOpenCode

Instructions for dcc-mcp/dcc-mcp-maya, covering agents.md — dcc-mcp-maya agent navigation map, agent control path, cli availability and updates, 30-second summary and quick start (3 lines).

48 2d ago A 8,379 tokens original MIT

dcc-mcp/dcc-mcp-maya

Instructions file

Instructions for dcc-mcp/dcc-mcp-maya, covering what this project does, claude desktop configuration, progressive loading — important for claude, claude-specific tips and quick test prompts.

48 2d ago A 727 tokens original MIT

dcc-mcp/dcc-mcp-maya

Instructions file Gemini CLI

Instructions for dcc-mcp/dcc-mcp-maya, covering gemini.md — google gemini / vertex ai integration guide, what this project does, gemini-specific strengths, 1. skill script generation and 2. structured tool results.

48 2d ago A 652 tokens original MIT

maya-mock-async

04

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Synthetic async skill for gateway integration tests. Sleeps for N seconds and reports progress every 500 ms. No actual Maya installation required — uses MayaStandaloneDispatcher.

48 2d ago A 37 tokens original MIT

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Example headless-safe Maya skill for mayapy / maya.standalone. Creates a cube and returns a small scene report without using UI-only commands.

48 2d ago A 37 tokens original MIT

dcc-mcp-maya-setup

06

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Set up dcc-mcp-maya for an agent or operator: install Maya Python dependencies with mayapy, generate MCP host configuration, guide the user through loading the Maya plugin, and run a first live-tool smoke prompt.

48 2d ago A 55 tokens original MIT

maya-animation

07

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Authoring stage — keyframes, timeline, animation curves, constraint baking, and curve I/O. Use whenever you create or edit time-based motion. Not for rigging setup (maya-rigging), pose library (maya-pose-library), or render output (maya-render).

48 2d ago A 61 tokens original MIT

maya-asset-source

08

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Pipeline stage — asset discovery and resolution. Search local asset libraries, resolve paths to structured AssetDescriptor records, and surface candidate assets for downstream import. Use before maya-import-to-scene to locate what to import.

48 2d ago A 50 tokens original MIT

maya-asset-sync

09

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Consume and publish content-addressed USD revisions with native-editable or fidelity-first Maya modes.

48 2d ago A 23 tokens original MIT

maya-attributes

10

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Scene stage — read, write, lock, and create attributes on any Maya node. Use whenever you need to query or set an attribute value with a typed, validated tool instead of dropping into executepython. Not for connecting attributes (use maya-node-graph) or scripting full procedures (use maya-scripting).

48 2d ago A 68 tokens original MIT

maya-bifrost

11

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Authoring stage - typed Bifrost procedural modeling and graph construction in Maya. Use to create graph shapes or boards, add Bifrost nodes, set input defaults, and connect ports. Not for ordinary Maya DG nodes (maya-node-graph), polygon edits (maya-mesh-ops), or arbitrary Python/MEL (maya-scripting).

48 2d ago A 75 tokens original MIT

maya-dev

12

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Pipeline stage — development workflow helpers for authoring Maya tools inside a live Maya session. Use to attach a local Python project, hot-reload its modules, run entrypoints or scripts, start debugpy, and capture Maya UI evidence, automate Qt controls, and return stable refs while iterating with an agent. Not for…

48 2d ago A 81 tokens original MIT

maya-display

13

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Scene stage — Maya display layers and viewport visibility management. Use for organising what artists / agents see in the viewport (display layers, show/hide). Not for render layers or final imagery — use maya-render or a future maya-render-layers skill for that.

48 2d ago A 57 tokens original MIT

maya-dynamics

14

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Authoring stage - classic Maya dynamics primitives: rigid bodies, force fields, and field connections. Use for small simulation setup steps before baking with maya-animation. Not for keyframe editing (maya-animation), mesh modeling (maya-mesh-ops), or viewport output (maya-render).

48 2d ago A 63 tokens original MIT

maya-export-preset

15

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Interchange stage — save / load / list / delete export presets (FBX, OBJ, Alembic configurations stored as JSON). Use to standardise export settings across a team or project. Not for one-off exports (use maya-geometry) or pipeline publishing (use maya-pipeline / maya-shot-export).

48 2d ago A 70 tokens original MIT

maya-expressions

16

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Authoring stage Maya expression nodes: create, list, delete procedural expressions that drive attributes. Use for procedural animation / rig logic. Not for keyframe animation (maya-animation) or arbitrary scripting (maya-scripting).

48 2d ago A 51 tokens original MIT

maya-geometry

17

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Interchange stage — FBX / OBJ geometry interchange. Round-trip geometry through FBX or OBJ; scene save is owned by maya-scene. The FBX export tool drives every FBXExport option through the FBX plugin's MEL globals, bakes animation by default, and verifies the output file. Use for cross-DCC handoff. Not for primitive…

48 2d ago A 95 tokens original MIT

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Pipeline stage — structured asset import. Consume an AssetDescriptor produced by maya-asset-source and import the asset (FBX, OBJ, USD) into the current Maya scene via cmds.file(). Handles axis/unit conversion, MaterialMode, PlacementHint, and optional target collection grouping. Returns an ImportToSceneResult with…

48 2d ago A 78 tokens original MIT

maya-light-rig

19

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Authoring stage — pre-configured lighting templates: three-point rigs, HDRI domes, individual lights, and rig-level intensity controls. Use when deploying a ready-made lighting setup or adding a typed light without falling back to raw Maya commands. Not for final render output — use maya-render for output settings.

48 2d ago A 71 tokens original MIT

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Authoring stage — save / load / manage reusable material presets as JSON side-files. Use for cross-shot or cross-asset shader reuse. Not for building a one-off material on the fly (use maya-materials) or final rendering (use maya-render).

48 2d ago A 60 tokens original MIT

maya-materials

21

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Authoring stage — create, assign, query, and manage Lambert / Blinn / surface shader networks. Use for ad-hoc material assignment. For reusable presets and library workflows use maya-material-library; for final rendering use maya-render.

48 2d ago A 55 tokens original MIT

maya-mesh-ops

22

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Authoring stage — typed polygon construction and editing: loft, lathe, instance arrays, pivots, mirror, combine, separate, and cleanup. Use for creating or modifying polygon topology from explicit scene inputs. Not for primitive creation (use maya-primitives), construction-history or DG inspection (use…

48 2d ago A 90 tokens original MIT

maya-node-graph

23

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Scene stage — create nodes, connect / disconnect attributes, query construction history, and inspect DG / DAG topology. Use whenever you reason about how nodes drive each other or construction history. Not for attribute value edits (use maya-attributes), polygon topology cleanup (use maya-mesh-ops), or scene file…

48 2d ago A 78 tokens original MIT

maya-pipeline

24

dcc-mcp/dcc-mcp-maya

Skill Claude CodeCodex

Pipeline stage — production pipeline integration: project workspace setup, asset publishing, metadata tagging. Use when moving assets through a versioned pipeline. Not for primitive creation (maya-primitives), mesh editing (maya-mesh-ops), or rendering (maya-render).

48 2d ago A 58 tokens original MIT