Ableton MCP Extended (uisato/ableton-mcp-extended) is an MCP server listed on the M8ven Trust Index. It scores 59 out of 100, grade D. It declares 65 tools. No publisher has claimed this listing.

D
Caution
59/100

Ableton MCP Extended

Enables programmatic control over Ableton Live sessions through natural language commands for managing tracks, MIDI clips, and device parameters. It also integrates with ElevenLabs to generate and import AI-based audio and voice elements directly into the DAW.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

uisato

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Tool descriptions don’t match what handlers do
2 tools describe read intent but their handlers mutate — text_to_speech (line 114: with open(output_path / output_file_name, "wb") as f:); text_to_sound_effects (line 208: with open(output_path / output_file_name, "wb") as f:)
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: ELEVENLABS_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes65 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

get_session_info

Get detailed information about the current Ableton session

get_track_info

Get detailed information about a specific track in Ableton.

create_midi_track

Create a new MIDI track in the Ableton session. Parameters: - index: The index to insert the track at (-1 = end of list)

set_track_name

Set the name of a track.

get_track_volume

Get the current fader volume and panning for a track.

set_track_volume

Set the mixer fader volume for a track directly.

set_track_panning

Set the mixer panning for a track.

create_clip

Create a new MIDI clip in the specified track and clip slot.

add_notes_to_clip

Add MIDI notes to a clip.

set_clip_name

Set the name of a clip.

set_tempo

Set the tempo of the Ableton session. Parameters: - tempo: The new tempo in BPM

load_instrument_or_effect

Load an instrument or effect onto a track using its URI.

fire_clip

Start playing a clip.

stop_clip

Stop playing a clip.

start_playback

Start playing the Ableton session.

stop_playback

Stop playing the Ableton session.

get_browser_tree

Get a hierarchical tree of browser categories from Ableton. Parameters: - category_type: Type of categories to get ('all', 'instruments', 'sounds', 'drums', 'audio_effects', 'midi_effects')

get_browser_items_at_path

Get browser items at a specific path in Ableton's browser. Parameters: - path: Path in the format "category/folder/subfolder" where category is one of the available browser categories in Ableton

list_external_plugins

List discovered external plugins (VST/AU), optionally filtered by name query.

load_external_plugin

Load an external plugin onto a track by plugin name (no URI required).

load_drum_kit

Load a drum rack and then load a specific drum kit into it.

get_arrangement_info

Get arrangement clips and transport state.

get_cue_points

List all cue points (locators) with bar positions.

set_song_time

Jump playback to a position.

set_arrangement_loop

Enable/disable arrangement loop and set region.

jump_to_cue_point

Jump to a cue point.

create_cue_point

Create a cue point at a position.

delete_cue_point

Delete a cue point at a position.

create_arrangement_midi_clip

Create an empty MIDI clip in the arrangement.

create_arrangement_audio_clip

Place an audio file as a clip in the arrangement.

duplicate_clip_to_arrangement

Copy a session clip to the arrangement.

delete_arrangement_clip

Delete an arrangement clip.

set_arrangement_clip_property

Set properties on an arrangement clip.

set_ableton_view

Switch Ableton's main view.

control_arrangement_view

Control the arrangement view.

manage_clip_automation

Create or clear automation envelopes on arrangement clips.

get_device_parameters

List parameters for a device on a track.

set_device_parameter

Set a device parameter value.

enable_device

Enable (activate) a device on a track.

disable_device

Disable (bypass) a device on a track.

get_chain_info

List chains in a rack device, or devices within a specific chain.

get_drum_pad_info

List filled drum pads in a Drum Rack.

delete_device

Delete a device from a track.

get_track_deletion_status

Check whether session tracks can be deleted right now.

delete_track

Delete a track from the Ableton session.

navigate_device_preset

Navigate device presets (next/previous/current).

text_to_speech

Convert text to speech with a given voice and save the output audio file to a given directory. Only one of voice_id or voice_name can be provided. If none are provided, the default voice will be used. For importing audio files into an Ableton session, pass "query:UserLibrary#eleven_labs_audi

speech_to_text

Transcribe speech from an audio file and either save the output text file to a given directory or return the text to the client directly. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user. Args: file_pat

text_to_sound_effects

Convert text description of a sound effect to sound effect with a given duration and save the output audio file to a given directory. Directory is optional, if not provided, the output file will be saved to $HOME/Desktop. Duration must be between 0.5 and 5 seconds. For importing audio fi

search_voices

Search for existing voices, a voice that has already been added to the user's ElevenLabs voice library. Searches in name, description, labels and category. Args: search: Search term to filter voices by. Searches in name, description, labels and category. sort: Which field t

get_voice

Get details of a specific voice

voice_clone

Clone a voice using provided audio files. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.

isolate_audio

Isolate audio from a file and save the output audio file to a given directory. Directory is optional, if not provided, the output file will be saved to $HOME/Desktop. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the

check_subscription

Check the current subscription status. Could be used to measure the usage of the API.

create_agent

Create a conversational AI agent with custom configuration. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user. Args: name: Name of the agent first_message: First message the agent will say i.e. "

add_knowledge_base_to_agent

Add a knowledge base to ElevenLabs workspace. Allowed types are epub, pdf, docx, txt, html. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user. Args: agent_id: ID of the agent to add the knowledge base to

list_agents

List all available conversational AI agents

get_agent

Get details about a specific conversational AI agent

speech_to_speech

Transform audio from one voice to another using provided audio files. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.

text_to_voice

Create voice previews from a text prompt. Creates three previews with slight variations. Saves the previews to a given directory. If no text is provided, the tool will auto-generate text. Voice preview files are saved as: voice_design_(generated_voice_id)_(timestamp).mp3 Example file name:

create_voice_from_preview

Add a generated voice to the voice library. Uses the voice ID from the `text_to_voice` tool. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.

make_outbound_call

Make an outbound call via Twilio using an ElevenLabs agent. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user. Args: agent_id: The ID of the agent that will handle the call agent_phone_number_id:

search_voice_library

Search for a voice across the entire ElevenLabs voice library. Args: page: Page number to return (0-indexed) page_size: Number of voices to return per page (1-100) search: Search term to filter voices by Returns: TextContent containing information ab

list_phone_numbers

List all phone numbers associated with the ElevenLabs account

play_audio

Play an audio file. Supports WAV and MP3 formats.

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configXDG_CONFIG_HOME
🔐 secretELEVENLABS_API_KEY"": "your-api-key-here"
configELEVENLABS_MCP_BASE_PATH
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

65/65 tools missing one or more hints — get_session_info (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_track_info (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); create_midi_track (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +62 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Descriptions match behaviour

2 tools describe read intent but their handlers mutate — text_to_speech (line 114: with open(output_path / output_file_name, "wb") as f:); text_to_sound_effects (line 208: with open(output_path / output_file_name, "wb") as f:)

Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.

Tool inputs are validated

57/65 tool handlers declare input schemas (88%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

44/65 tool handlers wrap calls in try/catch (68%)

Wrap each tool handler body in try/catch and return a structured error response.

Tests exist

No test files found

Add tests that exercise each declared tool.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/uisato/ableton-mcp-extended?variant=verified)](https://m8ven.ai/mcp/uisato/ableton-mcp-extended)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 11164498a31e782ca3d3f4ac67cbb526df0166e7
code hash: d9d7bbf929831b569df262fcca654104ce861b7a7788562afb1cf7dc8f48fa21
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client