mcpbeat Sign in

Livepilot MCP Server

local only

Livepilot runs on your own machine — the client starts it, so there is no endpoint to ping. 535 installs a week from npm. Last commit 11 Sep 2026.

317-tool agentic MCP production system for Ableton Live 12 — device atlas, sample engine, composer

Installs per day peak 286 · avg 57 · -34% w/w
a month agotoday
535
Installs / week
npm · livepilot
69
Stars
1 open issues
11 Sep 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

                    parsed = yaml.load(f, Loader=_YAML_LOADER)
Runs an external command [пакет] bin/livepilot.js:36, bin/livepilot.js:85
      const out = execFileSync(cmd, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add livepilot -- npx -y livepilot
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "livepilot": {
      "args": [
        "-y",
        "livepilot"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.livepilot]
command = "npx"
args = ["-y", "livepilot"]
.cursor/mcp.json
{
  "mcpServers": {
    "livepilot": {
      "args": [
        "-y",
        "livepilot"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "livepilot": {
      "args": [
        "-y",
        "livepilot"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Livepilot

same job, measured the same way
Ableton Live MCP Server
by wstierhout

Control Ableton Live with 156 typed tools for music production and offline .als analysis.

776 installs/wk local only
Better Godot MCP
by n24q02m

Composite MCP server for Godot Engine -- 17 composite tools for AI-assisted game development.

1 405 installs/wk local only
Toolpiper
by modelpiper

On-device MCP tools for macOS: local AI, speech, vision, browser automation, system control.

local only
I
Perseus — Live Context Engine for AI Agents
by tcconnally

Live context engine for AI agents. 27+ MCP tools: health, memory, skills, file trees on demand.

376 installs/wk local only
Lucid Apple MCP
by lucid-systems-llc

On-device Apple Intelligence as MCP tools for macOS — OCR, tables, entity detection, generation.

30 installs/wk local only
AON — Agent Offer Network
by aon

Real, buyable product and service offers — live pricing and trackable links for any MCP agent.

answering
Slac MCP
by dennisprediger

MCP server exposing SLAC (Simple Logic & Arithmetic Compiler) as tools for LLM agents

44 installs/wk local only
Planner MCP — provable "done" for AI agents
by monopoly-gold-planner

Goal and task planning MCP for Codex and AI agents, with evidence-backed completion.

43 tools answering

Livepilot — questions

Answers built from our own checks of this server.

Why is there no uptime for Livepilot?
Livepilot runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package livepilot was installed 535 times last week.
How do I connect Livepilot?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls livepilot straight from npm; nothing to host, nothing to sign up for.
How many people use Livepilot?
The npm package livepilot was installed 535 times in the last week. Week over week that is -34%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Livepilot open source?
We cannot say either way: written in Python, 69 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.