ahujasid/blender-mcp
MCP server for working with Blender
Quick Start
Clone the repository:
git clone https://github.com/ahujasid/blender-mcpClaude Desktop configuration example:
{
"mcpServers": {
"blender-mcp": {
"command": "npx",
"args": [
"-y",
"ahujasid/blender-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.