How to use Anthropic’s 9 new creative connectors in your workflow
Anthropic has officially bridged the gap between large language models and the professional creative suite. On April 28, 2026, the company announced "Claude for Creative Work," a major release featuring nine new connectors that integrate Claude directly into the tools artists, designers, and musicians use every day.
These aren't just simple chat interfaces; they are functional bridges. By leveraging the Model Context Protocol (MCP), these connectors allow Claude to read documentation, interact with APIs, and even generate 3D models or audio search queries directly within specialized software source. ... ## The "Creative Nine": What's in the box?
The launch covers the full spectrum of creative production, from 3D modeling to live AV performance.
- Blender: A natural-language interface to Blender’s Python API. Claude can now analyze scenes, debug scripts, and batch-apply changes to 3D objects.
- Adobe Creative Cloud: Direct integration with over 50 tools including Photoshop, Premiere, and Express.
- Ableton: Claude is now grounded in official product documentation for Live and Push, acting as a real-time technical tutor.
- Autodesk Fusion: Enables designers to create and modify 3D models through conversational prompts.
- SketchUp: Describe a room or furniture piece to Claude and have it generate a starting point you can open and refine in 3D.
- Splice: Search the massive Splice catalog of royalty-free samples directly from the Claude interface.
- Affinity by Canva: Automate repetitive tasks like batch layer renaming, adjustments, and file exports.
- Resolume Arena: Control live visuals in real-time using natural language—a game-changer for VJs.
- Resolume Wire: Build custom node-based visual effects and generators through conversational prompts.
Deep Dive: Blender and the Python API
The Blender connector is particularly powerful because it is built on the Model Context Protocol (MCP). This allows Claude to not only understand the current scene state but to write and execute Python code that modifies it.
...
<RunPromptCell
model="claude-sonnet-4-6"
prompt="Using the Blender Python API, write a script that generates a 10x10 grid of cubes, where each cube's height is determined by its distance from the center of the grid (creating a wave pattern)."
expectedOutput="A Python script using bpy that iterates through a grid and scales cubes on the Z-axis based on a math function."
/>
Bridging the Pipeline
One of the biggest friction points in creative work is moving assets between tools—the "manual handoff." Anthropic is positioning Claude as the "glue" for these pipelines. Because Claude can translate formats and restructure data, it can help move work from SketchUp (architecture) to Blender (rendering) to Adobe Premiere (editing) without losing context.
Creative Computation in Education
To support this rollout, Anthropic is partnering with leading art and design programs, including RISD, Ringling College of Art and Design, and Goldsmiths, University of London source. These institutions will integrate Claude and the new connectors into their curricula, helping students master "creative computation"—the intersection of traditional art and AI-driven automation.
Focus on ideation by automating creative toil
Anthropic is careful to note that Claude isn't here to replace the "taste" of the artist. Instead, it’s designed to handle the "repetitive parts of the creative process that eat up time" Source. Whether it's batch-processing layers in Affinity or debugging a complex animation script in Blender, these connectors are about eliminating toil so creatives can focus on ideation.
For more on integrating Claude into your technical stack, check out the course/claude-tool-use-from-zero Academy course.