Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions servers/ahujasid.blender-mcp-uvx.json
Original file line number Diff line number Diff line change
@@ -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"
}
Loading