Skip to content
MCP Server Community By @ahujasid

ahujasid/blender-mcp

🐍 - MCP server for working with Blender

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: ahujasid/blender-mcp Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-ahujasid-blender-mcp

Detailed Documentation

🐍 - MCP server for working with Blender

Configuration

{
  "mcpServers": {
    "ahujasid-blender-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ahujasid-blender-mcp"
      ],
      "env": {}
    }
  }
}