Claude Creative Connectors: Adobe, Blender, Ableton & 6 More (2026 Guide)
Nikhil Tiwari
MCP Playground
📖 TL;DR — Claude creative connectors
- On April 28, 2026 Anthropic released nine Claude connectors for creative software — all built on the Model Context Protocol.
- The nine: Adobe (50+ Creative Cloud tools), Blender, Ableton, Splice, Autodesk Fusion, SketchUp, Affinity by Canva, Resolume Arena, and Resolume Wire.
- The Adobe connector is the first time Adobe has exposed 50+ pro tools across Photoshop, Premiere, Lightroom, Illustrator, InDesign, Express, Firefly, and Adobe Stock to a third-party AI assistant.
- Because they’re MCP servers, they work with any MCP-compatible client — Claude, Cursor, VS Code, Windsurf, Grok, ChatGPT.
- Anthropic became a Blender Development Fund patron to support the Python API the Blender connector depends on.
For about two years MCP has lived inside developer tools — IDEs, CLIs, dashboards. That changed on April 28, 2026, when Anthropic shipped nine Claude connectors aimed squarely at creative professionals. The headline name is Adobe, but the more interesting story is that all nine are MCP servers — which means you can wire them into Cursor, VS Code, Grok, or any MCP client, not just Claude.
This guide breaks down what each connector does, how to install them, what limits are public as of May 2026, and where MCP Playground fits if you want to test them against your own MCP clients before committing.
1. What Anthropic announced on April 28, 2026
Anthropic’s Claude for Creative Work post introduced nine new connectors that plug Claude into the software creative professionals already use daily. Three things make the launch notable:
- Industrial partnerships, not scraped APIs. Adobe, Autodesk, Blender, Ableton, and Splice are launch partners. Adobe’s connector covers 50+ tools across Creative Cloud — the first time Adobe has exposed that many professional features to a third-party AI assistant.
- Everything is MCP. Each connector is a Model Context Protocol server. Because MCP is an open standard, the same servers work with any MCP-compatible client — not just Claude.
- Anthropic became a Blender Development Fund patron. The Blender connector relies on Blender’s Python API, and Anthropic made a one-time donation to support its continued development.
Alongside the connector launch, Anthropic announced education access for three schools — Rhode Island School of Design (RISD), Ringling College of Art and Design, and Goldsmiths University London. New to MCP itself? Start with What is the Model Context Protocol.
2. The nine connectors at a glance
| Connector | Domain | What it does |
|---|---|---|
| Adobe for creativity | Design / video | 50+ tools across Photoshop, Premiere, Lightroom, Illustrator, InDesign, Express, Firefly, Adobe Stock. |
| Blender | 3D | Natural-language access to the Blender Python API — analyse scenes, batch-edit, build custom tools. |
| Ableton | Music | Grounds Claude in official Live and Push documentation. |
| Splice | Music | Search Splice’s royalty-free sample catalog from inside Claude. |
| Autodesk Fusion | 3D / CAD | Create and modify 3D models through conversation. Subscription required. |
| SketchUp | 3D | Turn descriptions into 3D modelling starting points for refinement. |
| Affinity by Canva | Design | Automate batch adjustments, layer renaming, file exports. |
| Resolume Arena | VJ / visuals | Real-time VJ and live visual control via natural language. |
| Resolume Wire | AV production | Real-time AV production control via natural language. |
Source: anthropic.com/news/claude-for-creative-work, April 28, 2026.
3. Adobe — 50+ Creative Cloud tools from one prompt
The Adobe for creativity connector is the most ambitious of the nine. Anthropic and Adobe’s announcement frames it as a single conversational surface over Adobe’s pro stack: you type a goal, Claude decides which Adobe app to invoke, in what order, with what parameters.
The exposed tools come from eight Adobe products:
- Photoshop — photo retouching and image manipulation
- Lightroom — batch colour adjustments
- Illustrator — vector work
- Premiere — video editing
- InDesign — publishing layout
- Express — social templates
- Firefly — generative AI
- Adobe Stock — royalty-free assets
Adobe’s blog framed it as the first industrial agreement in which Adobe exposes more than 50 professional tools to a third-party AI assistant. For comparison, single-app MCP wrappers like Photoshop-only MCP servers existed before — what changed is the breadth and the partnership.
If you want to understand the difference between this kind of high-trust integration and a raw API wrapper, see MCP vs REST API — what’s different.
4. Blender — natural language over the Python API
The Blender connector is technically the most interesting. Instead of wrapping a fixed list of commands, it gives Claude a natural-language interface to Blender’s Python API — the same API that powers every Blender add-on.
What that unlocks:
- Analyse entire scenes — Claude can introspect objects, materials, and modifiers, then explain or debug.
- Batch-apply changes — “rename every mesh in this collection” or “convert all materials to principled BSDF” become single prompts.
- Add tools to Blender’s UI — the connector can write Python scripts that register new operators directly inside Blender.
Anthropic joined the Blender Development Fund as a corporate patron alongside this release, specifically citing support for the Python API. That detail matters: it signals long-term commitment to the surface the connector depends on.
5. Ableton + Splice for music production
Two of the nine are music-focused, and they target different parts of the workflow.
Ableton — grounded answers
The official Ableton connector is documentation-focused: it grounds Claude’s answers in official product documentation for Live and Push. Translation — when you ask “how do I sidechain a kick to a bassline in Live 12?”, Claude pulls from the canonical docs rather than guessing from training data.
📌 Heads-up
Anthropic’s official Ableton connector is not the same thing as the popular community ahujasid/ableton-mcp server, which directly controls Ableton Live (create tracks, fire clips, set tempo). If you want direct Live control today, the community server is mature; if you want grounded docs answers from Anthropic, use the official connector.
Splice — sample search inside Claude
The Splice connector exposes search over Splice’s royalty-free sample catalog directly inside Claude. A producer can ask “find me a melancholy 80 BPM piano loop in F minor” without leaving the chat.
6. Autodesk Fusion + SketchUp for 3D and CAD
Two integrations target the CAD/3D world from different angles.
Autodesk Fusion — the most product-action-heavy of the three CAD/3D connectors. Subscription holders can create and modify 3D models through conversation — extruding sketches, applying constraints, generating parametric variants — without opening the Fusion UI.
SketchUp — geared at the ideation stage. The connector converts text descriptions into 3D modelling starting points, which you then refine inside SketchUp. Less control, more speed for the first 30 seconds of a project.
If your team builds 3D agents and wants to compare these against community Blender or CAD MCPs, our Awesome MCP Servers catalog tracks live-tested third-party servers.
7. Affinity by Canva + Resolume
Affinity by Canva targets the repetitive-task end of the design workflow. Batch colour adjustments, layer renaming across hundreds of files, automated file exports — the “I’ll write a script some day” jobs designers normally never finish.
Resolume Arena and Resolume Wire are the niche standouts — VJ and AV production software. Real-time visual control via natural language unlocks new workflows for live performers: triggering clips, modulating effects, switching scenes mid-show without keyboard-juggling.
Build with these connectors — and any other MCP server
Test creative MCP servers and your own MCP integrations in MCP Playground. No setup. No SDK install. Free.
Test any MCP server free →8. They’re MCP servers — so they work outside Claude too
The under-reported headline: every one of these connectors is an MCP server. Because MCP is an open standard, they work with any MCP-compatible client:
- Claude — the launch surface, install via Claude’s Customize panel.
- Cursor — wire up via Cursor’s mcp.json.
- VS Code, Windsurf — same MCP client surface.
- Grok 4.3 — paste the server URL into Grok’s Connectors UI or pass it to the xAI SDK.
- ChatGPT — through the OpenAI Agents SDK.
If your team uses a different model for compliance, cost, or latency reasons, the creative connectors don’t lock you in. That’s the protocol working as designed.
9. How to install
In Claude (desktop or web)
- Open Claude.
- Click the Customize panel.
- Pick the connector — Adobe, Blender, Ableton, Splice, Autodesk Fusion, SketchUp, Affinity, Resolume Arena, or Resolume Wire.
- Complete the OAuth flow for that product (Adobe ID, Autodesk account, etc.).
- Start a new conversation — the connector’s tools are now available to Claude.
In another MCP client
Because these connectors are MCP servers, you can register their endpoint in any client. The exact URLs and auth flows are surfaced inside Claude’s connector panel — copy them and add them to your client’s MCP config. Cursor and VS Code accept the same Streamable HTTP/SSE servers; the config locations are covered in our complete guide to MCP config files.
10. Limits and gotchas (May 2026)
- Subscription products still need subscriptions. The Autodesk Fusion connector works for active Fusion subscribers; the Adobe connector assumes a Creative Cloud account. The connectors don’t bypass licensing.
- Ableton’s official connector is docs-only. If you want Claude to directly control a Live session (create tracks, fire clips), use the
ahujasid/ableton-mcpcommunity server or a similar one. - Anthropic did not publish exact tool counts for each connector beyond Adobe’s 50+. Treat counts inside the Customize panel as the ground truth.
- OAuth scope sprawl. Adobe’s connector covers eight apps — review what scopes you grant before approval.
- Prompt injection risk. Any MCP server can ship malicious tool descriptions. Audit creative connectors the same way you’d audit any other server — see MCP security in 2026.
FAQ
When were the Claude creative connectors released?
Which Adobe apps does the Claude connector cover?
Can I use the connectors with Cursor, VS Code, or Grok instead of Claude?
Does the Ableton connector let Claude control Ableton Live directly?
ahujasid/ableton-mcp server. The two can coexist.Do I need an Adobe subscription to use the Adobe connector?
What does Anthropic’s Blender Development Fund patronage mean?
How do I install a Claude creative connector?
Wrapping up
The April 28, 2026 launch is the moment MCP crossed from developer infrastructure into professional creative tooling. Nine connectors, real industrial partnerships, and — because everything is MCP — full portability across Cursor, VS Code, Grok, and ChatGPT.
If you’re evaluating which connector to wire into your workflow first, try a few against the same prompt in MCP Agent Studio — it’s the fastest way to compare without installing nine OAuth flows.
Written by Nikhil Tiwari
15+ years in product development. AI enthusiast building developer tools that make complex technologies accessible to everyone.
Free MCP Tools (no install)
Test any MCP server with 30+ AI models — free
Connect any MCP endpoint and chat with Claude, GPT-5, Gemini, DeepSeek and more. Watch every tool call live.
✦ Free credits on sign-up · no credit card needed