Blender MCP Senpai
An AI-assisted mentor for Blender that detects topology issues and offers real-time improvement suggestions.
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
🛠️ 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"
}
}
}
🔧 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
Похожие серверы
Alpha Vantage MCP Server
спонсорAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Mobile Xray MCP
Take screenshots and analyze mobile apps with AI assistance directly from your IDE.
LaTeX to MathML MCP Server
Converts LaTeX mathematical expressions to MathML format using MathJax-node.
Criage MCP Server
An MCP server for the Criage package manager, providing full client functionality via the MCP protocol.
Integrated MCPs Guide
An integrated MCP server combining Azure DevOps, Gmail, Browser, and Gemini AI functionalities on a Node.js server.
AI Intervention Agent
An MCP server for real-time user intervention in AI-assisted development workflows.
Laravel Codebase Introspection
Introspects Laravel codebases to provide structured information about views, routes, classes, and models using the mateffy/laravel-introspect package.
Cloudflare Remote MCP Server
An example of deploying a customizable, remote MCP server on Cloudflare Workers without authentication.
ProjectFlow
A workflow management system for AI-assisted development with MCP support, featuring flexible storage via file system or PostgreSQL.
Firebase MCP Server
You can use the Firebase MCP server to give AI-powered development tools the ability to work with your Firebase projects and your app's codebase.
XcodeMCP
An MCP server to control Xcode on macOS using JavaScript for Automation (JXA).

