How to Create AI Music with Claude

Paul Written by Paul MCP

How to create AI music with Claude

You make AI music with Claude by connecting a music-generation service to it, then prompting in plain language. As of June 2026 there are two honest routes. ImagineArt offers a first-party MCP connector whose tools include music generation. Suno, the better-known music model, has no official Claude integration of its own, so the Suno path runs through a community-built connector against the Suno API.

That distinction matters before you start. One route is supported by the vendor. The other works but leans on third-party code and your own API token. This guide covers both, plus prompt tips, credits, and where each one falls short.

What "AI music from Claude" actually means

It means Claude becomes the place you describe the track, and a connected music model returns the audio. Claude does not generate music itself. It routes your prompt to a connector, the connector calls a music service, and the finished audio comes back into the conversation.

So the real question is which connector you wire up. Your options split into a first-party path and a community path.

Route 1: ImagineArt MCP, the first-party music path

Route one for AI music in Claude: prompt in Claude, route through the ImagineArt MCP, get a music track back

ImagineArt ships an official MCP server, and music generation is one of its six tools. Per the imagine.art MCP page, the connector exposes text to image, text to video, background removal, image upscale, music generation, and a balance check. The music tool returns, in ImagineArt's words, "Original audio tracks without a studio. Set the mood, tempo, and instruments in your prompt and get a production-ready track back in seconds."

This is the one music route in June 2026 that the vendor builds and maintains for Claude, which makes it the cleaner starting point for most people.

How to connect it

The imagine.art MCP page lists three steps. In Claude, open Settings, then Connectors, then Add custom connector. Name it Imagine MCP and paste the URL mcp.imagine.art. Click Add, then Connect, and sign in with your imagine.art account. No separate API key is required, since the connector uses your account credits directly.

For the full walkthrough with screenshots, we keep a dedicated guide at /blog/connect-imagineart-to-claude that covers the same connector for image and video as well as music.

Once connected, you ask Claude in plain language. Something like: make a 30-second lo-fi hip-hop track, mellow, with a soft piano lead and brushed drums. Claude calls the music tool and returns the audio.

Route 2: Suno through a community connector

Suno has no official Claude MCP of its own as of June 2026. The Suno-Claude link you will find is community-built. Third-party connectors such as the mcp-suno server (published on PyPI and listed in MCP marketplaces, most recently updated May 2026) call the Suno API on your behalf. They are actively maintained, but they are not Suno, and they require your own Suno API access plus a token you keep private.

Worth being blunt here: a community connector can break when the upstream API changes, and you are trusting third-party code with your token. That is the trade for reaching Suno's music model from Claude today.

What the Suno route gives you

Suno is built around songs with structure, including lyrics and vocals. The community connectors expose that: generate from a text prompt, supply custom lyrics, control style, extend a track from a timestamp, and create covers. If your goal is a song with words rather than an instrumental bed, this is where Suno pulls ahead.

How to set it up

Setup varies by connector, so follow the specific project's instructions rather than any command you find copy-pasted. The general shape: install or run the chosen MCP server, give it a Suno API token, and register it with Claude as an MCP connector. We are not reproducing a command here because the exact syntax differs between projects and dates quickly. Read the connector's own docs.

Prompt tips that work for both routes

Specific prompts beat vague ones. The model fills any gap you leave with its own defaults, and the defaults are generic.

Name the genre, the tempo or mood, the lead instrument, and the length. "Upbeat synthwave, around 110 BPM, bright arpeggiated lead, 45 seconds" gives the model far more to work with than "make something energetic."

For Suno specifically, decide whether you want vocals. If you do, write or ask Claude to draft lyrics first, then pass them in. If you want an instrumental, say so, or you may get a vocal line you did not plan for.

Iterate in small steps. Generate, listen, then change one thing: swap the lead instrument, drop the tempo, shorten the intro. Changing five things at once makes it hard to tell what improved.

Credits and what each route costs

Cost per AI-music route in Claude: ImagineArt per track versus Suno per song, compared by credits

ImagineArt MCP draws on your imagine.art account credits. The same balance covers music, image, video, and the other tools, and you can ask the connector for your remaining balance and renewal date.

Suno prices in monthly credits, with rough song counts per tier (per suno.com/pricing, June 2026):

Two things stand out. The Suno Free plan blocks commercial use, so anything you publish or monetize needs Pro or Premier. And when you go through a community connector, you may also be paying for API access on top of the subscription, depending on how that connector authenticates.

Limits to know before you commit

No AI music tool is consent-clean for voice cloning or sample-style imitation, so do not prompt for a named artist's voice or a copyrighted track. That is a fast way to produce something you cannot legally use.

On the Suno route, the community-connector dependency is the real fragility. If the upstream API shifts or the maintainer steps back, the connector can stop working with no fix from Suno. Keep a fallback plan.

On the ImagineArt route, music is one tool inside a broader creative connector rather than a dedicated music studio, so deep music-specific controls (fine stem editing, long multi-section arrangements) are thinner than a music-first product. For short tracks and beds, that is rarely a problem.

And neither of these is a voiceover tool. If you actually want narration, that is a different job.

For the voice side of that table, we review the leading option at /tools/elevenlabs, which handles text-to-speech and voice cloning rather than music composition.

The bottom line

If you want AI music from Claude with the least friction in June 2026, start with the ImagineArt MCP. It is first-party, music is a built-in tool, setup is three steps, and one credit pool covers everything. If you specifically need Suno's song-with-lyrics output, the community-connector route reaches it, but accept that you are relying on third-party code and your own API token, and that it can break.

Pick ImagineArt for fast, supported tracks and beds. Pick the Suno route when full songs with vocals are the point and you can live with the maintenance risk. Either way, see the broader connector landscape at /blog/best-claude-creative-connectors before you wire up more than one.

Frequently asked questions

Frequently asked questions

Can Claude generate music on its own?
No. Claude does not generate audio by itself. You connect a music service through a connector, and Claude routes your prompt to it. As of June 2026 the two routes are the first-party ImagineArt MCP and a community connector to Suno.
Does Suno have an official Claude integration?
No, not as of June 2026. Suno publishes no official Claude MCP of its own. The Suno-Claude connectors you will find, such as mcp-suno on PyPI, are community-built and call the Suno API with your own token.
Can ImagineArt MCP really make music?
Yes. Music generation is one of the six tools in the official Imagine MCP server, alongside image, video, upscale, background removal, and a balance check. ImagineArt describes it as producing original audio tracks from a prompt that sets mood, tempo, and instruments.
How do I connect ImagineArt MCP to Claude?
In Claude, open Settings, then Connectors, then Add custom connector. Name it Imagine MCP, paste the URL mcp.imagine.art, click Add and Connect, and sign in with your imagine.art account. No separate API key is needed.
Which route is better for beginners?
ImagineArt MCP. It is vendor-supported, sets up in three steps, and uses one account credit pool. The Suno community route requires running third-party code and managing a separate API token, which is more to get wrong.
How much does it cost to make AI music this way?
ImagineArt MCP draws on your imagine.art account credits, shared across all its tools. Suno prices in monthly credits: Free gives 50 credits a day, Pro is $8 a month for 2,500 credits, and Premier is $24 a month for 10,000 credits (per suno.com/pricing, June 2026).
Can I use AI music I make from Claude commercially?
It depends on the source. Suno's Free plan prohibits commercial use, so you need Pro or Premier for anything you publish or monetize. Always check the source service's current license, and never prompt for a named artist's voice or a copyrighted track.
Can I add lyrics and vocals to AI music in Claude?
Yes, best through the Suno route. Suno is built around songs with structure, so its connectors let you supply custom lyrics and get vocals. You can draft the lyrics in Claude first, then pass them to the connector.
Is the music tool the same as a voiceover tool?
No. Music tools like ImagineArt and Suno compose tracks with melody and, for Suno, vocals. A voiceover needs text-to-speech, which is a different job handled by tools like ElevenLabs. For background music under a voiceover, you use one tool for the bed and another for the speech.
What prompt details get the best results?
Name the genre, tempo or mood, lead instrument, and length, for example "upbeat synthwave, around 110 BPM, bright arpeggiated lead, 45 seconds." State whether you want vocals or an instrumental. Then iterate by changing one thing at a time.
Why might the Suno connector stop working?
Because it is third-party. A community connector calls the Suno API through code Suno does not maintain. If the upstream API changes or the maintainer stops updating it, the connector can break with no fix coming from Suno. Keep a fallback in mind.
Do I need to write any code to make music from Claude?
Not for the ImagineArt route, which is a point-and-click connector setup. The Suno community route usually involves running an MCP server and configuring an API token, which is more technical. Follow the specific connector's own documentation for the exact steps.