This repository was archived by the owner on Apr 12, 2026. It is now read-only.
0.2.0
dcc-mcp-rpyc 0.2.0
🚀 What's New
Feat
- Enhance client-server functionality and testing
For detailed release notes, see the CHANGELOG.md.
📦 Installation
Using pip
pip install dcc-mcp-rpyc==0.2.0Using Poetry
poetry add dcc-mcp-rpyc==0.2.0From source
git clone https://github.com/loonghao/dcc-mcp-rpyc.git
cd dcc-mcp-rpyc
git checkout 0.2.0 # Checkout the specific version
pip install -e .💻 Supported Platforms
- Windows
- Linux
- macOS
🐍 Python Compatibility
- Python 3.7+
✨ Key Features
- Thread-safe RPYC server implementation for DCC applications
- Service discovery for finding DCC services on the network
- Abstract base classes for creating DCC-specific adapters and services
- Support for multiple DCC applications (Maya, Houdini, 3ds Max, Nuke, etc.)
- Integration with the Model Context Protocol (MCP) for AI-driven DCC control
- Connection pooling for efficient resource management
- Transparent remote execution of DCC commands
- Native API access without translation layers
📚 Documentation
For detailed documentation, visit https://dcc-mcp-rpyc.readthedocs.io/