Initial implementation of ableton-mcp MCP server
Full-featured MCP server exposing 124 tools for complete Ableton Live control via AbletonOSC over OSC/UDP. Covers transport, tracks, clips, clip slots, scenes, devices, view selection, and real-time listeners. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=68", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "ableton-mcp"
|
||||
version = "0.1.0"
|
||||
description = "Full-featured MCP server for controlling Ableton Live via AbletonOSC"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"mcp[cli]>=1.0",
|
||||
"python-osc>=1.8",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
ableton-mcp = "ableton_mcp.server:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
Reference in New Issue
Block a user