Blender MCP Senpai
An AI-assisted mentor for Blender that detects topology issues and offers real-time improvement suggestions.
<h2 align="center">Feedback welcome! Feel free to open an <a href="https://github.com/xhiroga/blender-mcp-senpai/issues">Issue</a> or join our <a href="https://discord.gg/7z9HqgR8Bd">Discord</a></h2>
✨ 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
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
VeyraX
Single tool to control all 100+ API integrations, and UI components
Bruno MCP Server
Execute Bruno collections using the Bruno CLI, with support for environment files and detailed test results.
BerryRAG
A local RAG system with Playwright MCP integration for Claude and OpenAI embeddings, using local storage.
Calva Backseat Driver
An MCP server for the Calva VS Code extension, allowing AI assistants to interact with a live Clojure REPL.
Vibetest Use
A browser-agent QA swarm with an MCP interface for testing AI-generated websites.
Apifox
A TypeScript MCP server to access Apifox API data via Stdio.
Apifox MCP Pro
An enhanced Apifox MCP service providing comprehensive API management capabilities for Claude Desktop and Cursor.
ComfyUI
An MCP server for ComfyUI integration.
MCP Datetime
A server for datetime formatting and file name generation, with support for various formats and timezones.
MCP Agentic Development Platform
A comprehensive MCP development environment with interactive visualizations, multiple client interfaces, and advanced agentic capabilities.

