Skip to content

Add CLI conversion plan for ableton-mcp#1

Open
marcoloco23 wants to merge 2 commits intomainfrom
claude/ableton-mcp-cli-plan-TMG4M
Open

Add CLI conversion plan for ableton-mcp#1
marcoloco23 wants to merge 2 commits intomainfrom
claude/ableton-mcp-cli-plan-TMG4M

Conversation

@marcoloco23
Copy link
Copy Markdown
Owner

Research and architecture plan for converting the Ableton MCP server
into a standalone CLI tool, inspired by philschmid/mcp-cli and
chrishayuk/mcp-cli approaches.

https://claude.ai/code/session_01VJxQTfzibcGuBcm7wQuZ7Y

Research and architecture plan for converting the Ableton MCP server
into a standalone CLI tool, inspired by philschmid/mcp-cli and
chrishayuk/mcp-cli approaches.

https://claude.ai/code/session_01VJxQTfzibcGuBcm7wQuZ7Y
New `ableton-cli` command-line interface that talks directly to Ableton
via TCP socket, inspired by philschmid/mcp-cli architecture.

Commands:
  - list: Show all 43 tools grouped by category
  - info: Display tool schema with params and usage examples
  - grep: Search tools by name/description
  - call: Execute tools with JSON args, named flags, or stdin piping
  - interactive: Persistent-connection REPL for fast repeated calls

All commands support --json flag for machine-readable output.
Tool registry (cli/registry.py) is the single source of truth.

https://claude.ai/code/session_01VJxQTfzibcGuBcm7wQuZ7Y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants