Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add dcc-mcp/dcc-mcp-maya --skill dcc-mcp-maya-setupgit clone --depth 1 https://github.com/dcc-mcp/dcc-mcp-mayaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/dcc-mcp/dcc-mcp-maya/dcc-mcp-maya-setup)<a href="https://agentmods.dev/skills/dcc-mcp/dcc-mcp-maya/dcc-mcp-maya-setup"><img src="https://agentmods.dev/badge/skills/dcc-mcp/dcc-mcp-maya/dcc-mcp-maya-setup/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/dcc-mcp/dcc-mcp-maya/dcc-mcp-maya-setup"><img src="https://agentmods.dev/badge/skills/dcc-mcp/dcc-mcp-maya/dcc-mcp-maya-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00055 | $0.01185 |
| Opus 5 | $0.00028 | $0.00593 |
| Sonnet 5 | $0.00011 | $0.00237 |
| Haiku 4.5 | $0.00006 | $0.00119 |
Grade A, and why
dcc-mcp-maya-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.
dcc-mcp-maya setup
Use this skill when a user wants an agent to prepare a machine so any MCP
host can use dcc-mcp-maya with Autodesk Maya.
This is an operator skill, not a Maya runtime skill. Do not load it through the Maya MCP server. Run it from the repository checkout or copy its steps into another agent's instructions.
If the user says "帮我参考 dcc-mcp/dcc-mcp-maya/install.md 去安装", read the
root install.md first, then follow this skill.
Goal
End with:
dcc-mcp-mayaand its pip dependencies installed into the target Mayamayapyenvironment.- An MCP host config snippet that points to the Maya plugin gateway.
- The user guided to load
dcc_mcp_maya_plugin.pyin Maya's Plug-in Manager. - A live smoke prompt that proves the agent can discover and call Maya tools.
Fast Path
From the repository root, run:
python skills/dcc-mcp-maya-setup/scripts/setup_dcc_mcp_maya.py
The script:
- Finds
mayapyfrom--mayapy,MAYAPY,DCC_MCP_MAYA_MAYAPY,PATH, or common Autodesk install locations. - Installs this checkout into Maya with the sidecar extra:
mayapy -m pip install -e ".[sidecar]". - Verifies adapter imports and requires the installed Core version to satisfy
dcc-mcp-core>=0.19.45,<1.0.0. - Writes reusable MCP JSON snippets under
.dcc-mcp/agent-setup/.
Use PyPI instead of the local checkout when setting up an end-user machine:
python skills/dcc-mcp-maya-setup/scripts/setup_dcc_mcp_maya.py --source pypi
If discovery fails, ask the user for the full mayapy path and re-run:
python skills/dcc-mcp-maya-setup/scripts/setup_dcc_mcp_maya.py --mayapy "C:\Program Files\Autodesk\Maya2025\bin\mayapy.exe"
MCP Configuration
Plugin sidecar mode is the preferred default. Configure the MCP host with:
{
"mcpServers": {
"maya": {
"url": "http://127.0.0.1:9765/mcp"
}
}
}
For an explicit direct connection, run dcc-mcp-cli list and use the exact
instance URL published there; do not hardcode an instance port.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 139 lines · 55 tokens per session scan A e97b4f80255d
dcc-mcp-maya-setup is a skill published in the GitHub repository dcc-mcp/dcc-mcp-maya (53 stars, last pushed today), licensed MIT. It adds 55 tokens to every session and 1,185 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
dcc-mcp-3dsmax-setup
Set up dcc-mcp-3dsmax for an agent or operator: install 3ds Max Python dependencies with 3dsmaxpy, generate MCP host configuration, guide the user through starting the runtime inside 3ds Max, and run a first live-tool smoke prompt.
3dsmax-asset-source
Domain skill — search and resolve assets into validated AssetDescriptor contracts for cross-DCC asset import pipelines. Returns static catalog entries; production sources can layer download helpers or remote resolution without changing the contract.
3dsmax-lookdev
Domain skill - configure OCIO color management, HDR environment lighting, preview materials, and assign renderer-specific materials (Arnold, V-Ray, Scanline) in 3ds Max.
3dsmax-rigging
Domain skill - create and inspect host-native 3ds Max rig helpers, bones, constraints, controls, poses, native Skin weights, and common deformers.
3dsmax-scene
Domain skill - open, save, merge, inspect, and manage scenes and objects in the current Autodesk 3ds Max session. Use for typed scene lifecycle, nodes, cameras, selection, visibility, parenting, grouping, pivots, transforms, scene metadata, or object cleanup.
3dsmax-animation
Domain skill - inspect timeline settings, batch and verify transform keys, exchange anim-curves v1 data, bake simple animation curves, and control viewport playback in 3ds Max.