Artclaw Bridge
让 DCC 工具通过 MCP 协议接入 AI Agent 的桥接框架 | Bridge DCC tools to AI Agents via MCP protocol
What is Artclaw Bridge?
Artclaw Bridge is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 让 dcc 工具通过 mcp 协议接入 ai agent 的桥接框架 | bridge dcc tools to ai agents via mcp protocol
让 DCC 工具通过 MCP 协议接入 AI Agent 的桥接框架 | Bridge DCC tools to AI Agents via MCP protocol
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- 让 DCC 工具通过 MCP 协议接入 AI Agent 的桥接框架 | Bridge DCC tools to AI
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx artclaw-bridgeConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Artclaw Bridge
Artclaw Bridge is a framework that connects professional Digital Content Creation (DCC) tools — including Maya, Blender, Unreal Engine, 3ds Max, Houdini, Substance Painter, Substance Designer, and ComfyUI — to AI agents via the Model Context Protocol. Each supported application runs a local MCP endpoint on a dedicated port, and the bridge relays tool calls from AI clients such as Claude Code, Cursor, or LobsterAI to the DCC software's Python or scripting API. This enables AI-assisted 3D asset creation, material editing, viewport control, and generative image workflows entirely from a chat interface.
Prerequisites
- Python 3.9 or newer
- At least one supported DCC application: Unreal Engine 5.7, Maya 2023, 3ds Max 2023, Blender 5.1, Houdini, Substance Painter 11.0.1, Substance Designer 12.1.0, or ComfyUI V0.19.0
- An MCP-compatible AI agent platform: Claude Code, Cursor, LobsterAI, OpenClaw, or WorkBuddy
- Git for cloning the repository
Clone the repository
Download the Artclaw Bridge source code which contains the installer, DCC plugins, and skill libraries.
git clone https://github.com/IvanYangYangXi/artclaw_bridge.git
cd artclaw_bridgeRun the installer for your DCC tool
The installer deploys the plugin into the target DCC application, configures startup scripts, and registers MCP skills. Run it with --help to see all available DCC targets.
# Windows
install.bat
# Or use the Python installer for specific options
python install.py --helpEnable the plugin in your DCC application
Open your DCC software, navigate to its plugin manager (e.g., Windows > Settings/Preferences > Plug-in Manager in Maya, or Edit > Preferences > Add-ons in Blender) and enable the ArtClaw plugin. A chat panel will appear in the UI.
Verify the MCP endpoint is reachable
Each DCC tool listens on a dedicated port. Confirm the endpoint is active after enabling the plugin. Default ports: Unreal Engine 8080, Maya 8081, 3ds Max 8082, Blender 8083, Houdini 8084, Substance Painter 8085, Substance Designer 8086, ComfyUI 8087.
curl http://localhost:8081/healthConfigure your AI agent to connect
Point your MCP client at the local bridge server. The bridge translates MCP tool calls into the DCC application's native Python or script API calls.
{
"mcpServers": {
"artclaw-bridge": {
"command": "python",
"args": ["artclaw_bridge/mcp_entry.py"],
"env": {
"ARTCLAW_DCC": "maya",
"ARTCLAW_PORT": "8081"
}
}
}
}Test with a simple AI command
Ask your AI client to perform a basic operation in the connected DCC tool to confirm the bridge is working end-to-end.
Artclaw Bridge Examples
Client configuration
Example MCP configuration for connecting to an Artclaw Bridge instance targeting Maya on port 8081.
{
"mcpServers": {
"artclaw-bridge": {
"command": "python",
"args": ["/path/to/artclaw_bridge/mcp_entry.py"],
"env": {
"ARTCLAW_DCC": "maya",
"ARTCLAW_PORT": "8081"
}
}
}
}Prompts to try
Example prompts for AI-assisted DCC workflows once the bridge is connected.
- "Create a new PBR material called 'RustyMetal' and assign it to the selected object in Maya"
- "In Blender, capture a viewport screenshot and describe the scene composition"
- "Generate a text-to-image workflow in ComfyUI using the prompt: futuristic city at night, cinematic lighting"
- "List all nodes in the current Substance Designer graph and show their connections"
- "Bake normal maps for the selected mesh in Substance Painter and export to PNG"Troubleshooting Artclaw Bridge
MCP endpoint connection refused on the DCC port
Make sure the DCC application is open and the ArtClaw plugin is enabled. Check the DCC's script output console for startup errors. Verify no firewall is blocking localhost connections on the configured port (8080-8087).
Installer fails to find the DCC application path
Run 'python install.py --help' to see flags for specifying custom install paths for each DCC tool. On Windows, ensure you are running the installer as Administrator if the DCC is installed in Program Files.
Skills or tools not appearing in the AI agent
Skills are deployed to ~/.openclaw/workspace/skills/ (for OpenClaw) or the equivalent path for your agent platform. Restart your AI client after installation. Check ~/.artclaw/config.json to confirm the correct platform and skill paths are configured.
Frequently Asked Questions about Artclaw Bridge
What is Artclaw Bridge?
Artclaw Bridge is a Model Context Protocol (MCP) server that 让 dcc 工具通过 mcp 协议接入 ai agent 的桥接框架 | bridge dcc tools to ai agents via mcp protocol It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Artclaw Bridge?
Follow the installation instructions on the Artclaw Bridge GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Artclaw Bridge?
Artclaw Bridge works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Artclaw Bridge free to use?
Yes, Artclaw Bridge is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Artclaw Bridge Alternatives — Similar Developer Tools Servers
Looking for alternatives to Artclaw Bridge? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Artclaw Bridge in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Artclaw Bridge?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.