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" +}