Skip to content

Commit 76ad5a3

Browse files
committed
Add Blender MCP server
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ
1 parent 14015a9 commit 76ad5a3

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "ahujasid.blender-mcp-uvx",
4+
"name": "Blender (uvx)",
5+
"alias": "blender",
6+
"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.",
7+
"logo": "https://avatars.githubusercontent.com/u/11807284?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"design"
11+
],
12+
"tags": [
13+
"blender",
14+
"3d",
15+
"modeling",
16+
"design",
17+
"rendering",
18+
"assets"
19+
],
20+
"transport": {
21+
"type": "stdio",
22+
"command": "uvx",
23+
"args": [
24+
"blender-mcp"
25+
],
26+
"metadata": {
27+
"inputs": []
28+
}
29+
},
30+
"auth": {
31+
"type": "none",
32+
"instructions": "Install the BlenderMCP addon in Blender and click 'Connect'; the server talks to Blender over a local socket. No API key needed."
33+
},
34+
"contributor": {
35+
"name": "ahujasid",
36+
"github": "ahujasid",
37+
"url": "https://github.com/ahujasid/blender-mcp"
38+
},
39+
"links": {
40+
"repository": "https://github.com/ahujasid/blender-mcp",
41+
"homepage": "https://github.com/ahujasid/blender-mcp",
42+
"documentation": "https://github.com/ahujasid/blender-mcp#readme"
43+
},
44+
"platforms": [
45+
"all"
46+
],
47+
"capabilities": {
48+
"tools": true,
49+
"resources": false,
50+
"prompts": true,
51+
"read_only_mode": false
52+
},
53+
"changelog_url": "https://github.com/ahujasid/blender-mcp/releases"
54+
}

0 commit comments

Comments
 (0)