dcc-mcp-core
Foundational library for the DCC Model Context Protocol (MCP) ecosystem
What it is and what it does
dcc-mcp-core is a foundational library that bridges agents and AI models to desktop creative applications—DCCs like Maya, Blender, and Houdini, as well as game engines and 2D tools—through a unified MCP (Model Context Protocol) and REST interface. It handles the infrastructure that would otherwise be rebuilt for each adapter: main-thread dispatch, multi-instance routing, tool discovery, structured result validation, and lifecycle management.
The package centers on Skills—versioned, testable, distributable operations that encode pipeline knowledge without requiring repeated code generation. A studio TD or TA can compose Skills from SKILL.md, tools.yaml, and existing scripts, scoped to a project or team, then distribute them through a marketplace. The control plane keeps ownership of host connectivity, safety, and observability while letting teams customize the actual workflow logic. It also provides a bounded Computer Use-style UI Control capability for legacy tools that have no programmatic API.
Use it for:
- Control a running Maya, Blender, or Houdini session from an agent or CI job using the CLI and REST gateway.
- Expose a custom DCC adapter or legacy tool over MCP/REST without rebuilding transport and dispatch infrastructure.
- Package and distribute reusable Skills (e.g., asset providers, rigging, procedural authoring) through a marketplace.
- Route agent requests to the correct DCC instance and handle main-thread affinity, async jobs, and cancellation.
- Integrate UI automation and Computer Use workflows for tools that lack a clean programmatic API.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
dcc-mcp-core provides a Rust-powered control plane that connects agents to desktop DCCs, game engines, and creative tools through discoverable MCP and REST capabilities, handling main-thread dispatch, routing, and structured tool execution.
Yes, if you are building or extending an agent-driven creative pipeline. dcc-mcp-core is actively maintained (released 1 day ago), MIT-licensed, and eliminates the need to rebuild common DCC integration infrastructure. Beta status and a growing ecosystem of adapters make it a solid foundation for studios and tool developers. Install friction is moderate due to compiled wheels, but Python 3.7+ support is broad. No known security vulnerabilities.
Install
dcc-mcp-core on PyPI
pip
pip install dcc-mcp-coreuv
uv add dcc-mcp-corepoetry
poetry add dcc-mcp-coreInstalling dcc-mcp-core
Before you install
Released 1 day ago with active maintenance. Medium install friction due to compiled wheels (cp37–cp37m, win_amd64 variants present), but supports Python 3.7–3.14 and depends on only one runtime package (dcc-mcp-server). Beta status and recent release suggest ongoing development.
License in practice
MIT license (permissive) places no restrictions on commercial or proprietary use, modification, or distribution—standard permissive terms suitable for production integration.
Quickstart
pip install dcc-mcp-core
from dcc_mcp_core import create_skill_server
server = create_skill_server()
server.run()
Requires dcc-mcp-server as a runtime dependency; compiled wheels available for Python 3.7+ on Linux and Windows x86_64.
Verify before relying
- Whether dcc-mcp-server is packaged separately or must be installed alongside dcc-mcp-core.
- Specific DCC versions and platforms supported by each adapter (Maya, Blender, Houdini, etc.).
- Performance characteristics and concurrency limits for multi-instance DCC routing.
- Whether the Admin UI and marketplace integration are included in this package or require separate installation.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 1 — dcc-mcp-server |
| Maintenance | actively maintained — 1 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 146,329/month — #11,099 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dcc_mcp_core-0.20.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; dcc_mcp_core-0.20.6-cp37-cp37m-win_amd64.whl
Keywords: dcc, mcp, maya, blender, houdini, rust, pyo3
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
dcc-mcp-serverDistributes a Rust-compiled CLI binary that…
permissive · top 15,000 on PyPI
fast-agent-mcpfast-agent-mcp is a CLI-first framework for…
permissive · top 15,000 on PyPI
blender-mcpBlenderMCP is a Model Context Protocol server…
permissive · top 15,000 on PyPI
ircProvides a low-level, event-driven IRC protocol…
permissive · top 15,000 on PyPI
omnibase_coreomnibase_core provides the ONEX platform…
permissive · top 15,000 on PyPI
deepagents-cliCommand-line tool for scaffolding, configuring,…
permissive · top 15,000 on PyPI
nvidia-nat-mcpIntegrates MCP (Model Context Protocol) servers…
permissive · top 15,000 on PyPI
godot-aiGodot AI exposes a Model Context Protocol (MCP)…
unclear · top 15,000 on PyPI
composio-coreComposio-core bridges AI agents to external…
permissive · top 15,000 on PyPI
microsoft-fabric-rti-mcpAn MCP server that bridges AI agents to…
permissive · top 15,000 on PyPI