glincker

Ableton Debug — Development skill for Claude Code

Development community

Diagnose connection or behavior issues with the Ableton MCP server.

How to install Ableton Debug

Installs to ~/.claude/skills/glincker-ableton-skills-ableton-debug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/glincker-ableton-skills-ableton-debug && curl -fsSL https://raw.githubusercontent.com/glincker/ableton-skills/HEAD/commands/ableton-debug.md -o ~/.claude/skills/glincker-ableton-skills-ableton-debug/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ableton Debug does


name: ableton-debug description: Diagnose connection or behavior issues with the Ableton MCP server. Use when tools aren't responding, AbletonMCP doesn't show up in Live's preferences, or commands hang.

/ableton-debug

Walk through a structured diagnostic when something's broken between Claude/Cursor and Ableton.

Workflow

1. Check MCP server reachability

  • Try get_session_info (lightweight read-only call)
  • If it times out → MCP server isn't running or socket is dead
  • If

Alternatives in Development

  • Canvas API — Canvas LMS API connection guide and MCP tools reference 2.6k ★
  • Cloud Run Debug — Diagnose a failing Cloud Run service — Antigravity (agy/Gemini) digests the error logs cheaply, Claude infers 284 ★
  • Ableton Songwriter 168 ★

Full documentation available on GitHub

View Source Repository