Talkback MCP Server
Chat with your Ableton session in natural language. Go deeper in your mix, make it sound like it does in your head, and finally understand compression... jk no one can teach you that. Its 10 documented tools cover track, device. It runs locally over stdio via the published package.
People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-03-24 · ★ 24 · #66 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25
NOASSERTION · TypeScript servers · how we verify → /methodology
01 · Install Talkback
before you install - you'll need
WS_PORT
Environment variables documented in the project's README - it lists which are required and which have defaults.
Claude Code
claude mcp add jmedure-talkback-mcp -- npx -y talkback-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"jmedure-talkback-mcp": {
"command": "npx",
"args": [
"-y",
"talkback-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license no standard license detected - usage rights unclear; check the repo before commercial use
npm package talkback-mcp - unscoped; check the name against the project README before installing
registry namespace io.github.jmedure is GitHub-verified and matches the repo owner
03 · What Talkback can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can read your full session - tracks, volumes, panning, mutes, sends, devices, routing, capture ~2s of live audio from master bus with peak/RMS per frequency band, list all installed AU and VST3 plugins on your system, and run heuristic checks for frequency buildup, dynamics, headroom, and routing issues.
Capability map
Tools grouped from the project's README - what Talkback lets an agent do.
read & search
5 tools - e.g. Reads your full session - tracks, volumes, panning, mutes, sends, devices, routing; Deep-dives a single track with every device parameter in human-readable units; Captures ~2s of live audio from master…
get_session_context · get_track_details · get_spectral_snapshot · get_plugin_library · get_bridge_health
update
2 tools - e.g. Changes a device parameter using human-readable units (dB, ms, Hz, etc.); Changes a track's output routing to another track or bus
set_device_parameter · set_track_routing
Analyze
1 tool - e.g. Runs heuristic checks for frequency buildup, dynamics, headroom, and routing issues
analyze_mix
Toggle
1 tool - e.g. Enables or bypasses a device for A/B comparison
toggle_device_bypass
create & write
1 tool - e.g. Creates a new group track containing specified tracks
create_group_track
04 · Who maintains Talkback
talkback is maintained by jmedure. It's the only MCP server we track from this author; the repo dates to Mar 2026.
05 · Facts
- repository
- github.com/jmedure/talkback-mcp
- category
- communication - ranked #66 of 99 actively-maintained communication servers as of 2026-08-25.
- registry
- io.github.jmedure/talkback (active, first published 2026-03-17)
- packages
- npm:talkback-mcp
06 · Talkback FAQ
Is Talkback still maintained?
Yes - as of 2026-08-25, its last commit was 2026-03-24. We re-verify nightly.
What can Talkback do?
With this server connected, an agent can read your full session - tracks, volumes, panning, mutes, sends, devices, routing, capture ~2s of live audio from master bus with peak/RMS per frequency band, list all installed AU and VST3 plugins on your system, and run heuristic checks for frequency buildup, dynamics, headroom, and routing issues.
How do I install Talkback?
Run `npx -y talkback-mcp`. The README documents one environment variable (WS_PORT) to set first. You can also paste the ready-made client config above.
Does Talkback run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Talkback
Alternatives to Talkback
Maintained communication servers if Talkback isn't the fit.
- Draw Io Create diagrams in chat, rendered as live interactive draw.io diagrams. 10,000+ searchable shapes. ★ 5,265 · 2026-08-03
- Mockserver Mock, record/replay, verify and chaos-test any HTTP, REST, gRPC or LLM dependency over MCP. ★ 4,949 · 2026-08-22
- Agent Swarm Full Agent Swarm API and MCP server with local SQLite storage for multi-agent orchestration. ★ 720 · 2026-08-24
- Evolution API MCP server for Evolution API - WhatsApp messaging, instances, contacts ★ 269 · 2026-08-12
- Agenticmail MCP Server Real email and SMS for AI agents - send mail, receive verification codes, drive a real inbox. ★ 205 · 2026-08-13
- Ksail SDK for creating, managing, and operating Kubernetes clusters and workloads with ease. ★ 165 · 2026-08-25
Pairs well with
Servers that cover what Talkback doesn't - only shown when the pairing reason fits the companion.
More communication MCP servers · Clawaimail · Apple Tools (Unified) · Apple Contacts · Apple Messages · Whatsapp Macos
More TypeScript MCP servers · Shellward · Sevdesk MCP · Reddit MCP Server (jordanburke) · SSH Client MCP Server · Lore (jordanhindo) · see all