Used by 1 plugin
Connects Claude to Substance Painter for managing materials, layers, and texture sets directly within the 3D painting application.
Add to your .mcp.json:
{
"mcpServers": {
"substance-painter": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-substance-painter"
]
}
}
}npx