MCP ExplorerExplorer

Dcc Mcp

@loonghaoon 9 months ago
5 MIT
FreeCommunity
AI Systems
Universal Model Context Protocol (MCP) service launcher for Digital Content Creation (DCC) applications. Provides a standardized AI interface for Maya, Houdini, 3ds Max, Nuke, and other DCC software through a modular adapter system.

Overview

What is Dcc Mcp

dcc-mcp is a Universal Model Context Protocol (MCP) service launcher designed for Digital Content Creation (DCC) applications. It provides a standardized AI interface for popular DCC software such as Maya, Houdini, 3ds Max, and Nuke through a modular adapter system.

Use cases

Use cases for dcc-mcp include automating workflows in animation studios, integrating AI tools into existing DCC pipelines, and facilitating collaboration between different software environments in digital content production.

How to use

To use dcc-mcp, install it via pip or Poetry. Import the library in your Python project and follow the usage examples provided in the documentation to integrate it with your DCC applications.

Key features

Key features of dcc-mcp include a modular adapter system for various DCC applications, a standardized AI interface, and support for multiple platforms, enhancing interoperability among different software.

Where to use

dcc-mcp can be used in various fields including animation, visual effects, game development, and any other domain that relies on Digital Content Creation tools.

Content

DCC-MCP

PyPI version
Build Status
Documentation Status
Python Version
License
Downloads
Code style: black
Ruff

DCC-MCP is a unified implementation of the Model-Context-Protocol (MCP) for Digital Content Creation (DCC) software, designed to provide a consistent interface for various DCC applications used in the VFX and animation industry.

Note: Frontend API is currently under development. Stay tuned for updates!

Related components (dcc-mcp-core, dcc-mcp-maya, dcc-mcp-rpyc) are also under active development.

Features

  • Standardized implementation of MCP for DCC applications
  • Consistent API across different DCC software (Maya, Houdini, Nuke, etc.)
  • Cross-platform compatibility (Windows, Linux, macOS)
  • Extensible architecture for custom integrations

Installation

pip install dcc-mcp

Or with Poetry:

poetry add dcc-mcp

Usage

import dcc_mcp

# Example usage will be available once the API is finalized

Development

Setup

# Clone the repository
git clone https://github.com/loonghao/dcc-mcp.git
cd dcc-mcp

# Install dependencies with Poetry
poetry install

Testing

# Run tests with nox
nox -s pytest

# Run linting
nox -s lint

# Fix linting issues
nox -s lint_fix

Documentation

# Build documentation
nox -s docs

# Serve documentation with live reloading
nox -s docs-serve

License

MIT

GitHub Actions Configuration

This project uses GitHub Actions for CI/CD. The following workflows are included:

  • Build and Release: Tests the package on multiple Python versions and operating systems, and publishes to PyPI when a new release is created.
  • Documentation: Builds and deploys documentation to GitHub Pages.
  • Dependency Review: Scans dependencies for security vulnerabilities.
  • Scorecards: Analyzes the security health of the project.

The release workflow uses PyPI’s trusted publishing, which means you don’t need to set up any PyPI API tokens. Instead, you’ll need to configure trusted publishing in your PyPI project settings once you’ve created your package. See PyPI’s documentation on trusted publishing for more information.

Release Process

To create a new release:

  1. Update the version in pyproject.toml
  2. Update the CHANGELOG.md with the new version and changes
  3. Commit and push the changes
  4. Create a new tag with the version number (e.g., 1.0.0)
  5. Push the tag to GitHub
# Example release process
git add pyproject.toml CHANGELOG.md
git commit -m "Release 1.0.0"
git tag 1.0.0
git push && git push --tags

The GitHub Actions workflow will automatically build and publish the package to PyPI.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers