Used by 1 plugin
Connects Claude to Blender for 3D modeling, animation, and scene manipulation via natural language.
Add to your .mcp.json:
{
"mcpServers": {
"blender": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-blender"
]
}
}
}npx