blender-mcp-vxai

No description

GitHub Stars

276

User Rating

Not Rated

Favorites

0

Views

37

Forks

26

Issues

2

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Blender: 2.8 or higher
Python: 3.7 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/VxASI/blender-mcp-vxai.git
cd blender-mcp-vxai

2. Install Dependencies

Download the required files to install as a Blender addon. The latest addon file can be obtained from:
bash
wget https://github.com/VxASI/blender-mcp-vxai/releases/download/v1.0.7/blender-mcp-vxai.zip
unzip blender-mcp-vxai.zip

3. Add Addon to Blender

Open Blender and install the addon from Edit > Preferences > Add-ons.

4. Start Server

bash
python -m mcp_server

Troubleshooting

Issue: Addon not recognized in Blender Solution: Ensure the addon is correctly installed and restart Blender.

Additional Resources