HomeMCP / ToolingBlender公式MCPサーバーをClaudeに繋いで教室を作る(つまずき全記録)
MCP / Tooling ⚠ 古い情報の可能性

Blender公式MCPサーバーをClaudeに繋いで教室を作る(つまずき全記録) Blender公式MCPサーバーをClaudeに繋いで教室を作る(つまずき全記録)

元記事を読む 古い情報の可能性
AI 3 行サマリ
  • はじめに Blender に公式の MCP サーバーが出た。
  • これを使えば Claude から自然言語で Blender を操作できるはずだ。
  • 試してみたかった ── 結論から言うと、動いた。
  • Claude に「日本の教室を作って」と頼んだら、黒

3Dモデリングソフト「Blender」に公式のMCP(Model Context Protocol)サーバーが登場した。これにより、AnthropicのClaudeをはじめとするAIアシスタントが自然言語の指示を受け取り、Blender上のオブジェクト生成・配置・マテリアル設定などを直接操作できる環境が整いつつある。

MCPはAnthropicが2024年末に公開したオープンプロトコルで、AIモデルと外部ツールを標準化された形式で接続するための仕様だ。GitHub、Figma、各種データベースなど対応ツールが急速に増加しており、Blenderへの公式対応はクリエイティブ分野における大きな一歩と見られる。従来、AIに3D作業を任せるには複雑なスクリプトやAPIラッパーが必要だったが、MCP経由であればClaude Desktopの設定ファイルにサーバー情報を記述するだけで接続できる点が大きな利点だ。

本記事の著者はClaudeに「日本の教室を作って」と自然言語で依頼し、黒板・机・椅子などが配置されたシーンを生成することに成功している。ただし、そこに至るまでにはBlenderのアドオン有効化、MCPサーバーの起動順序、Pythonの依存関係など複数のつまずきポイントがあったと記録されており、同様の環境を試みる読者への実践的な参考情報となっている。

これを使えば Claude から自然言語で Blender を操作できるはずだ。
🔗 MCP / Tooling · 本記事のポイント

BlenderMCP連携が注目される背景には、ゲーム開発・建築ビジュアライゼーション・アニメ制作など幅広い用途での「AIアシスト3D制作」への需要がある。現時点ではAIが生成するジオメトリの精度や複雑なリグへの対応には限界があると考えられるが、プロトタイピングや簡易シーン構築においてはワークフローを大幅に短縮できる可能性がある。

MCPエコシステム全体を見渡すと、Autodesk系ツールやUnity、Unreal Engineなどでも同様の連携が模索されており、クリエイティブツールのAI統合は業界横断的なトレンドとなっている。Blender公式サーバーの登場はオープンソースコミュニティにとっても追い風で、サードパーティによる拡張や改善が今後加速する可能性がある。自然言語で3Dシーンを制御する体験は、3Dに不慣れなユーザーが創作に参入するハードルを下げる意味でも、中長期的な影響が注目される。

Blender, the widely used open-source 3D creation suite, now has an official Model Context Protocol (MCP) server, enabling AI assistants such as Anthropic's Claude to control scenes through plain natural language. The development marks a meaningful step toward AI-assisted 3D creation that doesn't require bespoke scripting or complex API wrappers.

MCP is an open protocol Anthropic introduced in late 2024 to standardize how AI models connect with external tools and data sources. Since its release, the ecosystem has grown rapidly, with integrations spanning GitHub, Figma, databases, and now creative applications like Blender. Connecting Claude Desktop to the Blender MCP server requires little more than adding a server entry to a configuration file — a low barrier compared to earlier approaches that demanded custom Python bridges.

The author of this article put the setup to a practical test by asking Claude to build a Japanese classroom inside Blender. The result was a scene populated with desks, chairs, and a blackboard generated through conversational prompts alone. Getting there, however, involved a series of friction points: enabling the correct Blender add-on, minding the startup order of the MCP server relative to Blender itself, and resolving Python dependency issues. The honest documentation of these stumbling blocks makes the piece particularly useful for anyone attempting a similar setup.

The broader appeal of natural-language Blender control lies in how it could accelerate early-stage work across industries — game development, architectural visualization, animation pre-production — where quickly blocking out a scene matters more than pixel-perfect geometry. At this stage, AI-generated 3D content has well-known limitations around complex topology, rigging, and physics-accurate modeling, but for layout and prototyping tasks the time savings could be substantial.

Zooming out to the creative-tools landscape, similar AI integrations are being explored or already shipping for Unity, Unreal Engine, and various Autodesk products. The fact that Blender's server is official rather than community-maintained suggests the project's leadership sees AI interoperability as a first-class concern, which could spur faster iteration and broader third-party contributions.

For users who have never touched Blender's interface, the prospect of describing a scene in words and having it materialize is genuinely new territory. Whether that translates into a durable workflow shift or remains a novelty will depend on how reliably the AI can interpret domain-specific instructions and handle revision cycles — something that continued experimentation, like the classroom project documented here, will help clarify.

  • SourceZenn MCP tagT2
  • Source Avg ★ 2.0
  • Typeブログ
  • Importance ★ 通常 (top 100% in MCP / Tooling)
  • Half-life 📘 中期 (チュートリアル)
  • LangJA
  • Collected2026/06/02 06:42

本ページの本文・要約は AI による自動生成です。正確性は元記事 (zenn.dev) をご確認ください。

🔗 MCP / Tooling の他の記事 もっと見る →

URL をコピーしました