From 76ad5a3a78afac1f9d83d6af72910aa5ba01e31a Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 25 Jun 2026 10:35:59 +0800 Subject: [PATCH] Add Blender MCP server Signed-off-by: Mohammod Al Amin Ashik Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ --- servers/ahujasid.blender-mcp-uvx.json | 54 +++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 servers/ahujasid.blender-mcp-uvx.json diff --git a/servers/ahujasid.blender-mcp-uvx.json b/servers/ahujasid.blender-mcp-uvx.json new file mode 100644 index 0000000..993902a --- /dev/null +++ b/servers/ahujasid.blender-mcp-uvx.json @@ -0,0 +1,54 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "ahujasid.blender-mcp-uvx", + "name": "Blender (uvx)", + "alias": "blender", + "description": "Control Blender with AI through the Model Context Protocol. Inspect scenes and objects, create and modify geometry and materials, run Python in Blender, capture viewport screenshots, and pull assets from Poly Haven, Sketchfab, and Hyper3D. Connects to the BlenderMCP addon over a local socket.", + "logo": "https://avatars.githubusercontent.com/u/11807284?v=4", + "schema_version": "2.1", + "categories": [ + "design" + ], + "tags": [ + "blender", + "3d", + "modeling", + "design", + "rendering", + "assets" + ], + "transport": { + "type": "stdio", + "command": "uvx", + "args": [ + "blender-mcp" + ], + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "none", + "instructions": "Install the BlenderMCP addon in Blender and click 'Connect'; the server talks to Blender over a local socket. No API key needed." + }, + "contributor": { + "name": "ahujasid", + "github": "ahujasid", + "url": "https://github.com/ahujasid/blender-mcp" + }, + "links": { + "repository": "https://github.com/ahujasid/blender-mcp", + "homepage": "https://github.com/ahujasid/blender-mcp", + "documentation": "https://github.com/ahujasid/blender-mcp#readme" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": true, + "read_only_mode": false + }, + "changelog_url": "https://github.com/ahujasid/blender-mcp/releases" +}