Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🎨 Art & Culture
  3. Blender MCP
Blender MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 12:02:00 PM

Blender MCP

User RatingsBe the first to rate and review this MCP server!
View Repository27.9k GitHub StarsTotal stargazers on GitHub for the source repository (27,893 stars).Visit Website
blender3d-modelingdesigncode-execution

Connects MCP-compatible LLM clients to Blender for AI-assisted 3D modeling, scene inspection, object editing, and Python execution.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ahujasid-blender-mcp": {
      "command": "uvx",
      "args": [
        "blender-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🎨 More in Art & Culture

Overview

The ahujasid/blender-mcp MCP server connects an MCP client to Blender for prompt-assisted 3D modeling, scene creation, and manipulation. It uses a Python MCP server alongside a Blender addon that communicates through a socket connection. Agents can inspect scenes, modify objects and materials, execute Python in Blender, and access supported asset-generation workflows. Use it when an MCP-compatible client needs to control a local Blender installation.

Use cases

β€’Create 3D objects from natural-language instructions
β€’Inspect the current Blender scene through an LLM
β€’Modify materials, colors, and scene objects
β€’Run Python automation inside Blender
β€’Retrieve or generate supported 3D assets

Key features

β€’Two-way Blender communication over sockets
β€’3D object creation and manipulation
β€’Scene inspection
β€’Material and color control
β€’Python code execution in Blender
β€’3D asset and model generation workflows

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Blender MCP.

Extracted Tool Capabilities
Two-way Blender communication over sockets
3D object creation and manipulation
Scene inspection
Material and color control
Python code execution in Blender
3D asset and model generation workflows

How Blender MCP works

What ahujasid/blender-mcp does

The ahujasid/blender-mcp MCP server links an MCP client with a running Blender installation. It is intended for AI-assisted 3D work, including creating and editing objects, changing materials and colors, inspecting scene contents, and running Python code inside Blender.

The project is a third-party integration rather than an official Blender component. Its workflow requires both the MCP server and a Blender addon. The addon runs inside Blender and exposes a socket endpoint for receiving commands, while the Python MCP server implements the Model Context Protocol and forwards requests to that addon.

How it works

The MCP server runs as a local Python process, commonly through uvx. Blender hosts the other half of the connection through the installed addon. After the addon is enabled, the user opens Blender's 3D viewport sidebar, selects the MCP for Blender panel, and starts the MCP server there.

Only one MCP server instance should be active at a time. For example, do not run separate instances through both Claude Desktop and Cursor while connecting to the same Blender setup.

The listed asset capabilities include access to Poly Haven assets, Sketchfab models, Poly Pizza low-poly models, and AI-generated 3D models through Hyper3D Rodin and Hunyuan3D. The provided material does not specify the credentials or configuration required by those external services.

Setup and configuration

The ahujasid/blender-mcp MCP server requires Blender 3.0 or newer, Python 3.10 or newer, and the uv package manager for the recommended setup. Install uv using its official platform-specific installer, then configure the MCP client with the uvx blender-mcp command.

The Blender addon is installed with:

bash
uvx blender-mcp install-addon

After installation, enable Interface: MCP for Blender under Blender's Add-ons preferences. Start the connection from the addon's panel in the 3D viewport.

GUI-launched clients may not inherit the same PATH as a terminal. If the client cannot find uvx, configure the full path to that executable or use the documented Windows cmd wrapper. The documentation also recommends pinning Python 3.11 with uv when interpreter or dependency conflicts occur. pipx and Docker are documented as alternative deployment methods.

Tools and capabilities

Supported operations described by the project include:

  • Create, modify, and delete Blender objects.
  • Inspect the current scene and retrieve detailed scene information.
  • Apply and change materials and object colors.
  • Execute arbitrary Python code within Blender from the connected LLM.
  • Work with listed online and generated 3D asset sources.

These capabilities allow an agent to perform scene-editing tasks through natural-language requests, provided Blender is open, the addon is enabled, and the connection has been started.

Limitations and notes

The ahujasid/blender-mcp MCP server controls a local Blender application; the Docker option hosts only the MCP server, while Blender remains on the user's machine. Running arbitrary Python inside Blender means requests can perform broad actions in that environment, so the setup should be used with appropriate care.

The integration is not made by Blender. The documentation does not establish that every MCP client is supported, although setup instructions are provided for Claude Desktop, Claude Code, Cursor, Visual Studio Code, OpenCode, and Antigravity. External asset-generation or model services may have separate requirements that are not detailed in the supplied material.

Getting started with this ahujasid/blender-mcp MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Art & Culture View all alternatives
  • Jupytercad MCP logoJupytercad MCP

    An MCP server for JupyterCAD that allows you to control it using LLMs/natural language.

    🎨 Art & Culture3 views
    Compare vs Jupytercad MCP β†’
  • Davinci Resolve MCP logoDavinci Resolve MCP

    MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control

    🎨 Art & Culture5 views
    Compare vs Davinci Resolve MCP β†’
  • Text To Model logoText To Model

    Turn natural language into 3D models in Fusion 360. 64 CAD tools including sketches, extrudes, fillets, and JIS standard parts.

    🎨 Art & Culture3 views
    Compare vs Text To Model β†’
  • MeiGen AI Design MCP logoMeiGen AI Design MCP

    AI image generation & editing MCP server with 1,500+ curated prompt library, smart prompt enhancement, and multi-provider routing (local ComfyUI, MeiGen Cloud, OpenAI-compatible APIs).

    🎨 Art & Culture3 views
    Compare vs MeiGen AI Design MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
27k
Stargazers on the source repository.
npm downloads
986
Package downloads in the last 30 days.
Last commit
4d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Blender MCP

Install uv, configure your MCP client to run `uvx blender-mcp`, then install the Blender addon with `uvx blender-mcp install-addon`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBlender MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ahujasid-blender-mcp?style=directory)](https://allmcps.com/mcp/ahujasid-blender-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/ahujasid-blender-mcp"><img src="https://allmcps.com/api/badge/ahujasid-blender-mcp?style=directory" alt="Blender MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🎨Art & Culture
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
9/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars27,893
GitHub Star CountTotal stargazers on GitHub representing community popularity (27,893 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
npm downloads986/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
51Quality signal: Good Β· 51/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity13/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev Β· blender-mcp (PyPI)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🎨 Art & Culture β†’Alternatives to Blender MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code