Claude for Creative Work Connectors
Nine official Anthropic integrations now wire Claude into Blender, Adobe Creative Cloud, Autodesk Fusion, Ableton, Splice, Affinity, SketchUp, and Resolume.
Stop configuring. Start building.
SaaS builder templates with AI orchestration.
Anthropic just shipped Claude as a creative collaborator. The April 28 launch covers Blender, the full Adobe Creative Cloud, Autodesk Fusion, Ableton Live, Splice, Affinity, SketchUp, and Resolume.
Problem: You wanted Claude to push vertices in Blender, retouch a layer in Photoshop, or trigger a clip in Resolume. Until now the only path was a community MCP server. You cloned it, configured it, and prayed it survived the next app update. Half of them broke.
Quick Win: Open Claude, find the connectors directory, install Blender. From chat, type this:
Create a low-poly desert scene with three pyramids, a camel, a palm,
and a sunset HDRI. Render at 1080p.Blender opens, assembles the scene, applies materials, sets a camera, renders the frame. Zero clicks inside Blender. The same install path works for Adobe, Fusion, Ableton, Splice, Affinity, SketchUp, and the two Resolume apps. For deeper plugin work, hand the same workflow to Claude Code and ship a real .py add-on by lunch.
What Claude for Creative Work Actually Is
Claude for Creative Work is a coalition of nine official connectors that wire Claude directly into the apps creative pros already pay for. Anthropic shipped them with Blender Foundation, Adobe, Autodesk, Ableton, Splice, Canva (Affinity), Trimble (SketchUp), and Resolume.
The connectors are MCP under the hood. The wire format is the same Model Context Protocol that powers every other Claude integration (see MCP Basics). What changed is the source. These are vendor-built and vendor-maintained, not community side projects.
Half of them are read-only knowledge connectors. The other half are agentic. Agentic connectors mutate the document, the scene, or the timeline. Read-only ones answer questions about the app and its docs.
Anthropic also paired the launch with art-and-design programs at Rhode Island School of Design, Ringling College of Art and Design, and Goldsmiths, University of London. The signal is clear. Claude is no longer just for coders.
How It Works
Each connector runs as a server beside the host app. Claude calls the server. The server speaks the app's API. The app does the work.
One install per app
You install a connector from the connectors directory inside Claude. Sign in to your app account if it asks (Adobe, Autodesk, and Splice need this). Open the host app. Type a natural-language instruction in Claude. The connector translates intent to API calls and returns a result. For agentic connectors, the result is a mutated scene, file, or timeline.
Read-only vs agentic
Some connectors only read. Ableton's connector grounds Claude in official Live and Push docs, but it does not mutate your set. Splice searches the sample catalog and returns matches. SketchUp converts a chat into a starting point for the SketchUp UI to refine.
Agentic connectors push back into the app. Blender, Autodesk Fusion, Adobe for creativity, Affinity, and the two Resolume apps all mutate state. Resolume goes the furthest. It controls Arena and Wire in real time during a live performance.
Where Claude Code fits
The connectors solve the daily case. The deep case is custom code. Claude Code is the way to write .py plugins for Blender, scripts for Fusion, ExtendScript or UXP panels for Adobe, and Max for Live devices for Ableton. The same chat that drove the connector can hand you a working plugin to commit.
The Nine Connectors
| Connector | Vendor | What it does | Mode |
|---|---|---|---|
| Blender | Blender Foundation | Natural-language Python API, scene analysis, batch object edits | Agentic |
| Adobe for creativity | Adobe | 50+ tools across Photoshop, Premiere, Express, Illustrator, Firefly, Lightroom, InDesign, Stock | Agentic |
| Autodesk Fusion | Autodesk | Create and edit 3D models from chat (Fusion subscription required) | Agentic |
| Affinity by Canva | Canva | Batch image adjustments, layer renaming, file export, custom features in-app | Agentic |
| Resolume Arena | Resolume | Real-time clip and effect control for live VJ sets | Agentic |
| Resolume Wire | Resolume | Real-time control for AV production patches | Agentic |
| SketchUp | Trimble | Turn a chat into a starting 3D model to refine in SketchUp | Hand-off |
| Ableton | Ableton | Grounded answers from Live and Push official docs | Read-only |
| Splice | Splice | Search the royalty-free sample catalog from inside Claude | Read-only |
The Adobe connector is the heaviest. 50+ pro-grade tools orchestrate across the suite. You upload a horizontal video and ask for vertical Reels and Shorts cuts. The connector picks the right Premiere and Express tools, crops, resizes, and hands back the file.
Read-Only vs Agentic
| Aspect | Read-only | Agentic |
|---|---|---|
| Mutates files | No | Yes |
| Needs the app open | Sometimes | Always |
| Account login | Sometimes | Usually |
| Risk on a bad prompt | None | Real (use save points) |
| Best for | Learning, research | Production, automation |
The split matters for safety. A read-only connector can hallucinate an answer, but it cannot break your .blend file. An agentic one can. Save your scene before you run a long batch.
Use Cases That Actually Matter
Generate a 3D scene from a sentence
The Blender connector exposes the full Python API. You describe the scene. Claude scripts it. Blender renders it.
Build a low-poly mountain valley with pine trees, a winding river,
and a campfire in the foreground. Use a sunset HDRI from Poly Haven.The connector spawns primitives, applies modifiers, drops the HDRI, places lights, and frames the camera. For complex setups, ask Claude to think step by step before it writes the script. Ask it to capture a viewport screenshot, critique the result, then iterate.
Resize one video for every social platform
The Adobe connector orchestrates Premiere, Express, and Photoshop in one chat.
Resize this 16:9 clip into 9:16 for Reels, 1:1 for feed, and 4:5 for Shorts.
Keep the speaker centered. Auto-caption each one.You upload once. The connector crops, repositions, and exports three deliverables. You move them to Express for thumbnails or back to Premiere for a final pass.
Mix a live VJ set from chat
Resolume Arena and Wire both expose real-time control. You can build a setlist in Claude before the show, then call clips and effects by name during it.
Cue layer 2 clip 4 on the next beat. Push the kaleidoscope effect to 80%.
Crossfade to the red palette over 8 bars.This is one of the most agentic connectors in the lineup. It moves the show in real time. Practice it in rehearsal before you ship it on stage.
Build a Photoshop plugin in an afternoon
The official connector covers the daily case. The custom case is Claude Code. You describe the panel, the buttons, and the actions. Claude Code writes the UXP plugin, scaffolds the manifest, and tests the install.
Write a Photoshop UXP panel called "Frame Pack" with three buttons:
add 4K poster crop, add Story 9:16 crop, export both as PNG.The plugin lives in your repo. Ship it to the team. Update it like any other code.
Find the right sample without breaking flow
The Splice connector keeps the sample search inside Claude. You stay in the lyric or arrangement chat, ask for a sound, and copy the result back to Ableton.
Find a vintage 808 with a long sub tail at 92 BPM in F minor.The Ableton connector then answers any "how do I route this" question against the official Live docs. Together they remove the two biggest tab-switches in a producer's day.
Frequently Asked Questions
Is this the same as a community MCP server? No. The launch connectors are vendor-built and vendor-maintained. Adobe, Autodesk, and Blender Foundation own their own integrations now. Community servers still exist and still work, but the official ones get docs and updates.
Do I need a paid Claude plan? Anthropic did not publish pricing on the post. Most connectors install free. Autodesk Fusion needs a Fusion subscription. Adobe and Splice ask for an account login that follows your existing plan.
Can Claude Code write plugins for these apps? Yes. The connectors solve the daily prompt. Claude Code solves the custom plugin. Use the connector for one-off jobs and Claude Code for anything you want to commit.
Which connectors are agentic? Blender, Adobe for creativity, Autodesk Fusion, Affinity, Resolume Arena, and Resolume Wire mutate state. Ableton and Splice are read-only. SketchUp is a hand-off (it generates a starting point you finish in the app).
Will my files survive a bad prompt? Save first. The agentic connectors can overwrite your scene, layer stack, or timeline. Treat them like any other automation. Commit before you batch.
Does this work in Claude Code or only in claude.ai? Connectors install through the Claude connectors directory and run in any Claude surface that supports MCP, including Claude Code. For deep scripting, Claude Code is the right tool.
What This Means for Your Workflow
The boundary between chat and creative app just dropped. You used to switch tabs to check a doc, find a sample, render a frame, or cut a vertical edit. Each switch cost a minute and broke your flow.
The connector pattern collapses that. Blender stays open. Photoshop stays open. The chat is the new control surface. The app does the work.
Two paths from here. If you make things, install one connector and rebuild your slowest task around it. If you build for makers, open Claude Code and write the plugin your team has wanted for two years. The official connectors set the floor. Custom code sets the ceiling.
Pick one app. Install the connector. Save the file before you ship the prompt.
Sources
Stop configuring. Start building.
SaaS builder templates with AI orchestration.