Blender MCP
Verifiedbyahujasid
Working with Blender 3D scenes via natural language commands.
Configuration
{
"mcpServers": {
"blender": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-blender"
]
}
}
}Add this to your claude_desktop_config.json file.