1. Conduid
  2. Developer Tools
  3. Blender Bonsai Bim MCP
MCP server · Developer Tools

Blender Bonsai Bim MCP

Connection to blender bonsai BIM

Unclaimed last commit a year ago devtools
41Fair

Scored 4 months ago · breakdown

About Blender Bonsai Bim MCP

Blender Bonsai Bim MCP is an MCP server published by sinsunsan in the Developer Tools category: connection to blender bonsai BIM. It has been installed 0 times through Conduid.

The repository has 3 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx blender-bonsai-bim-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Blender Bonsai Bim MCP

Powered by Claude · Grounded in docs

I know everything about Blender Bonsai Bim MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Blender Bonsai BIM MCP

A Node.js implementation of the Model Context Protocol (MCP) server for Blender Bonsai BIM integration. This server allows Claude AI to interact with Blender for creating and manipulating BIM elements and floor plans.

Prerequisites

  • Node.js 18 or newer
  • Blender 3.0 or newer
  • BlenderBIM Addon installed and enabled
  • Claude for Desktop

Installation

  1. Clone this repository
  2. Install dependencies:
npm install
  1. Build the project:
npm run build

Configuration

  1. Make sure the Blender Bonsai BIM addon is running and listening on port 9876
  2. Configure Claude for Desktop to use this MCP server by adding the following to your claude_desktop_config.json:
{
  "mcpServers": {
    "blender-bonsai-bim": {
      "command": "node",
      "args": ["build/index.js"]
    }
  }
}

Features

  • Create BIM elements from natural language prompts
  • Generate floor plans from natural language descriptions
  • Set and modify properties for BIM elements
  • Socket-based communication with Blender

Usage

Once configured, you can use Claude to interact with Blender through natural language commands like:

  • "Create a wall 5 meters long and 3 meters high"
  • "Generate a floor plan with a living room and two bedrooms"
  • "Set the material of the wall to concrete"

Development

The project is written in TypeScript and uses:

  • @modelcontextprotocol/sdk for MCP server implementation
  • zod for runtime type validation
  • Node.js net module for socket communication with Blender

License

MIT

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Blender Bonsai Bim MCP

How do I install Blender Bonsai Bim MCP?

Run npx blender-bonsai-bim-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Blender Bonsai Bim MCP safe to use with an AI agent?

Its trust score is 41 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Blender Bonsai Bim MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.