{"id":26802,"library":"blender-mcp","title":"Blender MCP","description":"Blender integration through the Model Context Protocol (MCP). Enables AI agents to control Blender via natural language commands. Current version 1.5.6, requires Python >=3.10. Regular updates.","status":"active","version":"1.5.6","language":"python","source_language":"en","source_url":"https://github.com/yourusername/blender-mcp","tags":["blender","mcp","model-context-protocol","integration"],"install":[{"cmd":"pip install blender-mcp","lang":"bash","label":"Install"}],"dependencies":[],"imports":[{"note":"","wrong":null,"symbol":"BlenderMCPClient","correct":"from blender_mcp import BlenderMCPClient"}],"quickstart":{"code":"import os\nfrom blender_mcp import BlenderMCPClient\n\nclient = BlenderMCPClient()\nresult = client.execute(\"create a cube at origin\")\nprint(result)","lang":"python","description":"Initialize client and send a natural-language command to Blender."},"warnings":[{"fix":"Upgrade to latest version and remove any manual socket configuration.","message":"Before version 1.4.0, the client required manual Blender socket setup. Now handled automatically.","severity":"breaking","affected_versions":"<1.4.0"},{"fix":"Install the Blender add-on from the repository and enable it before using the client.","message":"Blender MCP requires Blender to be running with the add-on enabled. The package alone does not launch Blender.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"Run `pip install blender-mcp` in the correct environment (Python 3.10+).","cause":"Package not installed or wrong Python environment.","error":"ModuleNotFoundError: No module named 'blender_mcp'"},{"fix":"Launch Blender, install and enable the MCP add-on, then retry.","cause":"Blender not running or add-on not enabled.","error":"ConnectionRefusedError: [Errno 61] Connection refused"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}