dcc-mcp

295 mods across 20 repositories, 154 stars between them.

clawhub-compat

49

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Example skill — demonstrates full compatibility with the ClawHub/OpenClaw skill format. Use as a reference when creating skills for both the dcc-mcp-core ecosystem and ClawHub marketplace. Not intended for production use — this is an authoring reference only.

40 yesterday A 59 tokens original MIT

dcc-diagnostics

50

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Infrastructure skill — DCC-agnostic observability primitives: capture screenshots, query audit logs, inspect tool performance metrics, and monitor process health. Works in any DCC environment (Maya, Blender, Houdini, Unreal, etc.) or standalone Python. Use for debugging any skill failure or verifying DCC state. Not…

40 yesterday A 84 tokens original MIT

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Example skill — reference implementation of the internal layered architecture pattern (Tools / Services / Utils) for complex skills with shared business logic. Use as a template when a skill outgrows a single scripts/execute.py file. Not intended for production use — see docs/guide/skills.md for the architectural…

40 yesterday A 70 tokens original MIT

ffmpeg-media

52

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Infrastructure skill — media conversion and processing via FFmpeg: convert video/audio formats, extract frames, resize, and transcode. Use when manipulating raw media files (mp4, mov, wav, image sequences) regardless of DCC context. Not for DCC-specific render output handling — use a domain pipeline skill for…

40 yesterday A 77 tokens original MIT

git-automation

53

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Infrastructure skill — Git repository analysis and automation: inspect commits, branches, diffs, and file history. Use when analysing a codebase, reviewing changes, or automating version control workflows independent of any DCC. Not for DCC asset versioning or Perforce operations — use a domain skill bound to the…

40 yesterday A 72 tokens original MIT

imagemagick-tools

54

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Infrastructure skill — image processing and manipulation via ImageMagick: resize, composite, convert formats, add watermarks. Use when batch-processing textures, thumbnails, or rendered images at the file level. Not for in-DCC texture or material editing — use a domain skill bound to the specific DCC for that.

40 yesterday A 67 tokens original MIT

maya-geometry

55

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Domain skill — Maya geometry primitives: create spheres, cubes, cylinders; bevel, extrude, and merge polygon components. Use for individual geometry creation or editing operations inside Maya. Not for full asset export pipelines — use maya-pipeline for that. Not for USD scene inspection — use usd-tools for that.

40 yesterday A 65 tokens original MIT

maya-pipeline

56

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Domain skill — Maya asset pipeline orchestration: set up project directory structures, export scenes to USD, and coordinate multi-step DCC workflows. Use when initialising a Maya project or exporting assets for a downstream pipeline. Not for raw geometry editing — use maya-geometry for that. Not for low-level USD file…

40 yesterday A 74 tokens original MIT

multi-script

57

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Example skill — demonstrates a skill with multiple script types (Python, Shell, Batch). Use as a reference when writing cross-platform skills. Not intended for production use — this is an authoring reference only.

40 yesterday A 44 tokens original MIT

typed-schema-demo

58

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Example skill — demonstrates zero-dependency JSON Schema derivation from Python dataclasses and type annotations (issue #242). Use as a reference when authoring typed handlers that should publish inputSchema / outputSchema without hand-writing JSON. Not intended for production use.

40 yesterday A 55 tokens original MIT

usd-tools

59

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Infrastructure skill — low-level OpenUSD scene inspection and validation: read layer stacks, traverse prims, validate USD schemas. Use when working directly with raw USD files (usda, usdc, usdz) or verifying USD compliance. Not for Maya-specific USD export — use maya-pipelineexportusd for that. Not for full DCC…

40 yesterday A 83 tokens original MIT

workflow

60

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Infrastructure skill — multi-step action orchestration: run a sequence of MCP tools in order, passing results between steps. Use when chaining two or more tools into a repeatable pipeline (select → rename → validate → export). Not for single-tool operations or DCC-specific business logic — use a domain skill for those.

40 yesterday A 65 tokens original MIT

media

61

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Infrastructure skill - DCC-agnostic media probing, transcoding, thumbnails, frame extraction, and image-sequence-to-MP4 conversion through vx-managed FFmpeg. Use when agents need to inspect or share render/playblast outputs. Not for arbitrary shell or vx execution - use typed media tools only.

40 yesterday C 63 tokens original MIT

qt-ui-inspector

62

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Infrastructure skill — DCC-agnostic Qt UI introspection: list top-level windows, find widgets by name/class, describe widget properties, walk the widget tree, and poll for availability. Works in any DCC with a Qt binding (Maya, Blender, Houdini, Unreal, etc.). All tools are read-only and lazy-loaded.

40 yesterday A 74 tokens original MIT

ui-control

63

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Infrastructure skill for application UI observation, scoped action, waits, and CUA trajectory recording when a typed DCC tool cannot expose the needed interface. Use this skill when the user asks for CUA, UI Control, dcc-cua, or application UI automation in a DCC. Prefer typed DCC tools first and CDP for browsers; use…

40 yesterday A 84 tokens original MIT

asset-source

64

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Gateway skill for cross-DCC asset import — search and resolve assets into a validated AssetDescriptor (local path + attribution). Demo source returns static catalog entries; production sources can add download or remote resolution without changing the contract.

40 yesterday A 47 tokens original MIT

dcc-cua

65

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Project-owned DCC-CUA routing skill for bounded application UI automation. Use this skill whenever the user says dcc-cua, DCC CUA, our dcc-cua, or 我们的 dcc-cua, including browser and other non-DCC UI tasks. These phrases are a hard route to the dcc-mcp project UI Control stack and take precedence over generic…

40 yesterday A 131 tokens original MIT

dcc-mcp-creator

66

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Infrastructure skill - guide developers and agents through creating or modernizing a DCC-MCP adapter or standalone internal MCP service for Nuke, Blender, 3ds Max, Unreal, ZBrush, Houdini, Maya, and custom studio systems. Use when building server, dispatcher, gateway, packaging, and runtime integration. Not for…

40 yesterday A 91 tokens original MIT

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Infrastructure skill - create, validate, scaffold, and review DCC-MCP skills for the dcc-mcp-core ecosystem. Use when authoring SKILL.md, tools.yaml, scripts, groups, prompts, or skill taxonomy. Not for creating a full DCC-MCP adapter repository - use dcc-mcp-creator.

40 yesterday A 74 tokens original MIT

dcc-mcp

68

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Default DCC control skill — connect to and operate live Maya, Blender, Houdini, Photoshop, 3ds Max, Nuke, Unreal, Godot, RenderDoc, Substance 3D, and other DCC apps through structured DCC-MCP tools. Use this skill first for DCC operation and explicit CUA, DCC CUA, dcc-cua, our dcc-cua, or 我们的 dcc-cua requests. These…

40 yesterday A 194 tokens original MIT

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Infrastructure skill — scaffold a new marketplace extension package (SKILL.md + tools.yaml + scripts/) with MIT-0 licensing. Use when creating a publishable marketplace entry for any DCC host. Not for editing existing extensions or driving live DCC scenes — use domain skills for that.

40 yesterday A 62 tokens original MIT

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Infrastructure skill — publish (register/update) an extension package to a marketplace catalog. Reads the extension's SKILL.md frontmatter, constructs a CatalogEntry, and upserts it into the target marketplace.json. Optionally commits and pushes when the catalog source is a git repository. Use after scaffolding an…

40 yesterday A 88 tokens original MIT

spatial-interchange

71

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Plan deterministic coordinate-axis and unit conversions between DCCs, engines, and interchange formats from explicit right/up/forward axes and meters-per-unit values.

40 yesterday A 35 tokens original MIT

dcc-mcp/dcc-mcp-core

Skill Claude CodeCodex

Fixture skill exercising the MCP prompts primitive (issue #731 gateway aggregation coverage). Ships one template prompt whose name is deliberately disjoint from the maya-side fixture so the aggregated list contains a clear union.

40 yesterday A 45 tokens original MIT