Used by 1 plugin
Connects to Maya to manage 3D assets and scenes directly within Claude.
Add to your .mcp.json:
{
"mcpServers": {
"maya": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-maya"
]
}
}
}npx