AI-powered Blender add-on with built-in MCP server. Chat with AI inside your viewport — local via LM Studio or cloud.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rogue-ai-assistant-b": {
"command": "npx",
"args": [
"-y",
"makan4815162342/rogue-ai-assistant-blender"
]
}
}
}
Run in terminal:
claude mcp add rogue-ai-assistant-b npx -y makan4815162342/rogue-ai-assistant-blender
Add to .cursor/mcp.json:
{
"mcpServers": {
"rogue-ai-assistant-b": {
"command": "npx",
"args": [
"-y",
"makan4815162342/rogue-ai-assistant-blender"
]
}
}
}