Skip to main content
Glama


✨ 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

Blender Senpai Demo


πŸ› οΈ Quick Start

Install Blender Senpai Demo

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 Senpai and 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
-
security - not tested
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xhiroga/blender-mcp-senpai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server