New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

blender-mcp

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blender-mcp

Renamed to mcp-for-blender. Installing this package installs it for you.

pipPyPI
Version
2.0.0
Weekly downloads
289K
133.46%
Maintainers
1
Weekly downloads
 
Created

blender-mcp is now mcp-for-blender

This project has been renamed. blender-mcp is now a compatibility wrapper that installs mcp-for-blender for you.

Nothing you have today breaks. There is no config change required.

If you already use it

Keep going. uvx blender-mcp continues to work exactly as before — this package depends on mcp-for-blender and hands off to it at startup.

When convenient

Update your MCP client config to use the new name:

{
  "mcpServers": {
    "blender": {
      "command": "uvx",
      "args": ["mcp-for-blender"]
    }
  }
}

New installs

uvx mcp-for-blender

Why the rename?

The new name is clearer about what this is: an MCP server for Blender. The code, the Blender addon, and the import path (blender_mcp) are all unchanged.

Source, issues, and documentation: https://github.com/ahujasid/mcp-for-blender

FAQs

Related posts