BlenderMCP - Blender 模型上下文协议集成

by mikeysrecipes · ai-ml · mcp-server, lobehub, developer

通过模型上下文协议(Model Context Protocol)实现的 Blender 集成,允许 Claude AI 与 Blender 进行 3D 建模和场景操作。需要 Blender 3.0 及以上版本和 Python 3.10+。MCP 服务器是一个连接到 Blender 插件的 Python 服务器。Blender 插件文件 'addon.py' 必须下载并安装在 Blender 中。服务器使用基于套接字的 JSON 协议。可选地通过 API 与 Poly Haven 资产等外部数据源集成,配置在 Blender 插件中。

Source: https://github.com/mikeysrecipes/blender-mcp

Install

git clone https://github.com/mikeysrecipes/blender-mcp

Tags: mcp-server, lobehub, developer

39 GitHub stars · Source: lobehub

About ai-ml MCP servers and Claude skills

ai-ml MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.

BlenderMCP - Blender 模型上下文协议集成 is one of hundreds of ai-ml entries indexed on Skiln. Browse the full ai-ml category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.

Related ai-ml MCPs and skills

  • MCP Server for Industrial OPC UA Data by kmanditereza

    A Model Context Protocol (MCP) server that standardizes AI agent access to industrial OPC UA data sources, enabling LLM-powered applications to connect without custom integrations. Requires Python 3.13+ and optionally an OPC UA Server (real or simulated). Environment variables can be configured via a .env file.

  • Markdown Downloader MCP Server by dazeb

    Markdown Downloader 是一个强大的 MCP 服务器,允许使用 r.jina.ai 服务将网页下载为 markdown 文件。它支持可配置的下载目录,并将持久配置存储在用户配置路径下的 JSON 文件中。

  • Supabase MCP Server by supabase

    Connect your Supabase projects to Cursor, Claude, Windsurf, and other AI assistants. The server connects AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data. No external data files are required for basic operation.

  • Deep Code Reasoning MCP Server by Jonathan Haas

    一个将Claude Code与谷歌的Gemini AI配对的MCP服务器,用于互补的代码分析。需要通过GEMINI_API_KEY环境变量配置的Gemini API密钥。

  • Salesforce MCP Server (FastMCP) by pablo-camprubi

    基于FastMCP构建的Salesforce操作的Model Context Protocol(MCP)服务器。该服务器提供连接到Salesforce、执行查询、管理记录以及探索对象架构的工具。需要外部的Salesforce凭据,建议通过环境变量或其他安全的凭据管理方式进行安全管理。

  • MCP Shared Services by jesonchen123

    Modular monolithic FastAPI shared AI service platform providing config center, prompt registry, LLM gateway, RAG service, secret manager, tool registry, and MCP server wrapper.

  • poe2-build-mcp by MaxWilk

    An MCP server for Path of Exile 2: a queryable game corpus plus Path-of-Building-faithful calculations, so an LLM can import your build, answer questions, and theorycraft against real numbers (not invented ones).

  • Factograph MCP by megaumnick

    Enables building and exploring a knowledge graph from files (PDF, DOCX, code) with AI enrichment via Ollama or Claude. Supports pinning documents, linking entities, and traversing the graph.

Frequently asked questions

How do I install BlenderMCP - Blender 模型上下文协议集成?

Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.

Which clients support BlenderMCP - Blender 模型上下文协议集成?

Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.

Is BlenderMCP - Blender 模型上下文协议集成 free?

The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.