Claude for Creative Work: MCP Connectors for Blender, Adobe, Ableton, and More

Anthropic has announced Claude for Creative Work, a set of MCP (Model Context Protocol) connectors that let Claude interface directly with professional creative software. The connectors are released in partnership with Blender, Autodesk, Adobe, Ableton, and Splice, among others.
Specific Connectors
- Ableton: Answers grounded in official Live and Push documentation.
- Adobe for creativity: Enables image, video, and design generation across 50+ Creative Cloud apps (Photoshop, Premiere, Express, etc.).
- Affinity by Canva: Automates batch image adjustments, layer renaming, file export, and generates custom features in-app.
- Autodesk Fusion: Create and modify 3D models through conversational Claude (subscription required).
- Blender: Natural-language interface to Blender's Python API. Lets Claude explore complex setups, access docs, and add new tools to Blender's interface. Anthropic joined the Blender Development Fund as a patron.
- Resolume Arena/Wire: VJs and live visual artists can control Arena, Avenue, and Wire via natural language for live performance.
- SketchUp: Describe a room or concept, then open it in SketchUp for refinement.
- Splice: Search the royalty-free sample catalog from within Claude.
Use Cases
- Learning tools: Ask Claude to explain modifier stacks, synthesis techniques, or unfamiliar features.
- Extending tools with code: Claude Code writes scripts, plugins, and generative systems (shaders, procedural animations, parametric models).
- Bridging tools: Translate formats, restructure data, sync assets across applications without manual handoffs.
- Rapid exploration: Claude Design (Labs product) visualizes UI/UX options and exports to Canva.
- Repetitive production: Batch-process assets, set up project scaffolding, apply procedural changes across scenes.
Blender-Specific Details
The Blender MCP connector allows analyzing and debugging entire scenes, building custom scripts with Blender's Python API, and batch-applying changes. Because it's built on MCP, the connector is accessible to other LLMs besides Claude.
Educational Partnerships
Anthropic is working with three programs: Art and Computation at RISD, Fundamentals of AI for Creatives at Ringling College of Art and Design, and the MA/MFA Computational Arts at Goldsmiths, University of London.
📖 Read the full source: HN AI Agents
👀 See Also

MLJAR Studio: Local AI Data Analyst That Generates Reproducible Notebooks
MLJAR Studio is a desktop app that turns natural language questions into Python notebooks executed locally, with AutoML for tabular data and support for local LLMs via Ollama.

cc-session-utils: TUI Dashboard for Managing Claude Code Sessions and Costs
A developer built cc-session-utils, a terminal UI tool for managing Claude Code session files, tracking costs by model, cleaning orphaned sessions, and migrating data between projects. It requires Python 3.11+ and is built with Textual.

Agents Elements: A macOS Dashboard for Claude Code & Codex Installations
A native SwiftUI macOS app that scans ~/.claude and ~/.codex to show installed skills, subagents, commands, plugins, MCP servers, hooks, and session status with token usage.

vllm-mlx fork adds tool calling and prompt cache for local AI coding agents
A developer has modified vllm-mlx to fix tool calling issues and add prompt caching, reducing TTFT from 28s to 0.3s for OpenClaw on Apple Silicon. The fork supports Qwen3-Coder-Next at 65 tok/s on M3 Ultra with working function calling.