Build This Now
Build This Now
speedy_devvkoen_salo
Blog/Toolkit/MCP/Claude for Creative Work Connectors

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.

Published Apr 28, 2026Toolkit hubMCP index

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

ConnectorVendorWhat it doesMode
BlenderBlender FoundationNatural-language Python API, scene analysis, batch object editsAgentic
Adobe for creativityAdobe50+ tools across Photoshop, Premiere, Express, Illustrator, Firefly, Lightroom, InDesign, StockAgentic
Autodesk FusionAutodeskCreate and edit 3D models from chat (Fusion subscription required)Agentic
Affinity by CanvaCanvaBatch image adjustments, layer renaming, file export, custom features in-appAgentic
Resolume ArenaResolumeReal-time clip and effect control for live VJ setsAgentic
Resolume WireResolumeReal-time control for AV production patchesAgentic
SketchUpTrimbleTurn a chat into a starting 3D model to refine in SketchUpHand-off
AbletonAbletonGrounded answers from Live and Push official docsRead-only
SpliceSpliceSearch the royalty-free sample catalog from inside ClaudeRead-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

AspectRead-onlyAgentic
Mutates filesNoYes
Needs the app openSometimesAlways
Account loginSometimesUsually
Risk on a bad promptNoneReal (use save points)
Best forLearning, researchProduction, 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

  • Claude for Creative Work | Anthropic
  • Adobe for creativity in Claude | Adobe Blog
  • Anthropic releases 9 Claude connectors for creative tools | 9to5Mac
  • @claudeai Blender connector demo | X

Continue in MCP

  • 50+ MCP Servers for Claude Code
    50+ Claude Code MCP servers, editor integrations, usage monitors, orchestrators, database connectors, browser drivers, and starter kits worth wiring in today.
  • Browser Automation MCP for Claude Code
    Wire Playwright or Puppeteer into Claude Code over MCP and drive real browsers with plain-language prompts for scraping, QA, regression clicks, zero selectors.
  • Context7 MCP
    Add Context7 MCP to Claude Code so prompts fetch current library docs at query time, killing stale training-data guesses, invented APIs, and renamed functions.
  • Cursor MCP Servers
    Configure MCP servers in Cursor IDE. Where .cursor/mcp.json lives, the JSON format Cursor expects, and the first servers to add for search, git, and browser.
  • Build Your Own MCP Server for Claude Code
    Build a custom Claude Code MCP server in Node.js. Tool definitions, request handlers, REST and Postgres patterns, plus the config Claude Code needs to load it.
  • MCP Basics
    Model Context Protocol basics: server processes expose tools, APIs, and services to Claude Code over a shared wire format. Config, transports, and first server.

More from Toolkit

  • Keyboard Shortcuts
    Configure Claude Code keybindings.json: 17 contexts, keystroke syntax, chord sequences, modifier combinations, and how to unbind any default shortcut instantly.
  • Status Line Guide
    Set up a Claude Code status line for model name, git branch, session cost, and context usage. settings.json config, JSON input, bash, Python, Node.js scripts.
  • AI SEO and GEO Optimization
    A rundown of Generative Engine Optimization: how to get content cited inside ChatGPT, Claude, and Perplexity responses instead of just ranked on Google.
  • Claude Code vs Cursor in 2026
    A side-by-side look at Claude Code and Cursor in 2026: agent models, context windows, pricing tiers, and how each tool fits different developer workflows.

Stop configuring. Start building.

SaaS builder templates with AI orchestration.

On this page

What Claude for Creative Work Actually Is
How It Works
One install per app
Read-only vs agentic
Where Claude Code fits
The Nine Connectors
Read-Only vs Agentic
Use Cases That Actually Matter
Generate a 3D scene from a sentence
Resize one video for every social platform
Mix a live VJ set from chat
Build a Photoshop plugin in an afternoon
Find the right sample without breaking flow
Frequently Asked Questions
What This Means for Your Workflow
Sources

Stop configuring. Start building.

SaaS builder templates with AI orchestration.