Back to MCP Servers
Blender
MCP server for working with Blender
art-culture
By ahujasid
Installation
npx -y blender-mcpConfiguration
{
"mcpServers": {
"blender-mcp": {
"command": "npx",
"args": ["-y", "blender-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes