MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2025 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Blender MCP
Blender MCP Logo - AI-Powered Development Tool for Cursor IDE

Blender MCP

Model Context Protocol Integration

Overview

BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.

View Repository

Blender Features

  • •Two-way communication between Claude AI and Blender
  • •Object manipulation (create, modify, delete 3D objects)
  • •Material control (apply and modify materials and colors)
  • •Scene inspection (get detailed information about the current scene)
  • •Code execution (run arbitrary Python code in Blender)
  • •Poly Haven asset integration (HDRIs, textures, models)

Blender Setup & Configuration

Requirements

  • •Blender 3.0 or newer
  • •Python 3.10 or newer
  • •uv package manager
  • •Claude Desktop or Cursor

Installation Instructions

# UV Installation
uvx blender-mcp

# Installing the Blender Addon
1. Download the addon.py file from the repository
2. Open Blender
3. Go to Edit > Preferences > Add-ons
4. Click "Install..." and select the addon.py file
5. Enable the addon by checking the box next to "Interface: Blender MCP"

Configuration

# Claude Desktop Configuration
{
    "mcpServers": {
        "blender": {
            "command": "uvx",
            "args": [
                "blender-mcp"
            ]
        }
    }
}

# Cursor Integration
Run blender-mcp without installing it permanently through uvx. Go to Cursor Settings > MCP and paste this as a command:
uvx blender-mcp

Blender Available Tools

  • •get_scene_info
  • •get_object_info
  • •create_primitive
  • •set_object_property
  • •create_object
  • •modify_object
  • •delete_object
  • •set_material
  • •execute_blender_code
  • •get_polyhaven_categories
  • •search_polyhaven_assets
  • •download_polyhaven_asset

Blender Required Inputs

Poly Haven Integration

Type
boolean
Description
Enable Poly Haven asset integration (optional)
Required
No

Blender Use Cases

  • •AI-assisted 3D modeling and scene creation
  • •Low-poly scene generation from text descriptions
  • •Material and lighting setup
  • •Converting reference images to 3D scenes
  • •Automating repetitive modeling tasks
  • •Importing assets from Poly Haven
  • •Exporting scenes for web (ThreeJS) or other platforms

Frequently Asked Questions

BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Blender 3.0 or newer, Python 3.10 or newer, uv package manager, Claude Desktop or CursorView detailed requirements
Follow the installation instructions in the setup section above.View installation guide

Blender MCP provides the following tools:

  • •get_scene_info
  • •get_object_info
  • •create_primitive
  • •set_object_property
  • •create_object
  • •modify_object
  • •delete_object
  • •set_material
  • •execute_blender_code
  • •get_polyhaven_categories
  • •search_polyhaven_assets
  • •download_polyhaven_asset

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.