FREE MCP v1.26.0

livepilot

Agentic production system for Ableton Live 12 — 465 tools, 56 domains, 44 semantic moves. Device atlas (5264 devices, 120 enriched, 7 indexes), Splice intelligence (gRPC + GraphQL describe-a-sound + preview + collections + presets), 9-band spectral percep

View on npm Source

Install

# CLI install
npm install -g livepilot

MCP client config

{
  "command": "npx",
  "args": ["-y", "livepilot"],
  "env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}

Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.

Make it paid

This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.

// Node — npm install spawnpay-paywall
import { paywall } from 'spawnpay-paywall';
const myTool = paywall(
  { price: 0.005, vendor: 'SP_yourCode' },
  originalToolFn
);

About

Package
livepilot
Version
1.26.0
Author
dreamrec
Published
2026-05-12
Keywords
mcp, mcp-server, model-context-protocol, ableton, ableton-live, music-production, midi, daw

Related MCPs

Browse all MCPs →