
Blender MCP Senpai
โ 8from xhiroga
An AI-assisted mentor for Blender that detects topology issues and offers real-time improvement suggestions.
๐ฅ๐ฅ๐ฅโ VerifiedFreeQuick setup
Blender MCP Senpai
Your AI-assisted mentor for Blender.
Feedback welcome! Feel free to open an Issue or join our Discord
โจ TL;DR
- Instantly detects and highlights n-gons and topology issues
- ChatGPT / Claude / Gemini offer real-time improvement suggestions
- Zero-setup: just install the add-on โ no external MCP server required
๐ Features
| Feature | Status | |
|---|---|---|
| โ | Auto n-gon Highlight โ instantly spot topology issues | Implemented |
| โ | AI Comments โ ChatGPT / Claude / Gemini suggest improvements | Implemented |
| โ | Zero Configuration โ works out-of-the-box, no external MCP client | Implemented |
| ๐ง | Asset Store Integration | Planned |
๐บ Demo
๐ง Development
See .github/pull_request_template.md.
Release
# Update version in `pyproject.toml`
uv run --env-file .env build.py
# Install extension to Blender and check if it works.
git add docs/extensions/index.json pyproject.toml uv.lock
./scripts/release.sh๐ ๏ธ Quick Start
To Blender
- Open Blender
- Go to
Edit>Preferences>Get Extensions>Repositories>+>Add Remote Repository - Add
https://xhiroga.github.io/blender-mcp-senpai/extensions/index.json - Search
Blender Senpaiand install it Add-ons>Blender Senpai> Enable it
To Claude, Cline, Roo Code
NOTE: After configuration, you need to restart the app. Especially on Windows, please terminate the process from Task Manager.
{
"mcpServers": {
"blender-senpai": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"http://localhost:13180/sse"
]
}
}
}To Dive
{
"mcpServers": {
"blender-senpai": {
"transport": "sse",
"enabled": true,
"command": null,
"args": [],
"env": {},
"url": "http://localhost:13180/sse"
}
}
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under GPL-3.0โ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ
