dcc-mcp-substance3d-painter
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dcc-mcp-substance3d-painterExport all texture sets using the 'Default' preset."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dcc-mcp-substance3d-painter
Substance 3D Painter adapter for the DCC Model Context Protocol (MCP).
It embeds a Streamable HTTP MCP server in Painter and routes host API calls
through Painter's Qt main thread. The default endpoint is
http://127.0.0.1:8765/mcp.
Install and load
Install into the Python environment Painter uses:
python -m pip install dcc-mcp-substance3d-painterPoint SUBSTANCE_PAINTER_PLUGINS_PATH at the installed package's
dcc_mcp_substance3d_painter/painter folder. Painter discovers the packaged
plugins/dcc_mcp_substance3d_painter_plugin.py entry point. For unattended
launches, set
SUBSTANCE_PAINTER_STARTUP_PLUGINS=dcc_mcp_substance3d_painter_plugin so
Painter starts the adapter without an interactive Python-menu action.
Set DCC_MCP_SUBSTANCE3D_PAINTER_PORT before launching Painter to choose a
different port. Standard DCC_MCP_GATEWAY_PORT and DCC_MCP_REGISTRY_DIR
settings are also honoured.
Related MCP server: Maya MCP Server
Bundled skills
painter-project provides typed tools for a complete material-authoring pass:
inspect the project and texture sets;
create PBR fill layers;
search Painter resources and apply smart materials;
list export presets, save the
.spp, and export textures.
The tools use Painter resource and preset URLs supplied by Painter itself. They do not expose raw JavaScript or arbitrary script execution.
Development
python -m pip install -e ".[dev]"
python -m pytest
ruff check src tests tools
python -m buildReleases use release-please. The release.yml workflow publishes through the
pypi environment using PyPI Trusted Publishing.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dcc-mcp/dcc-mcp-substance3d-painter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server