Livepilot
Rank #1,266io.github.dreamrec/livepilot
317-tool agentic MCP production system for Ableton Live 12 — device atlas, sample engine, composer
Livepilot is a Model Context Protocol (MCP) server published by dreamrec. It ranks #1,266 of 115,591 servers tracked on MCP Toplist, and its repository has 65 GitHub stars. Livepilot is listed across 2 registries — Official MCP and Glama, with 9 tracked versions. It was first listed on Mar 17, 2026 and most recently updated on Apr 14, 2026.
Ranks ahead of 114,325 of 115,591 servers on MCP Toplist.
Use Livepilot
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add livepilot -- npx -y livepilot[mcp_servers.livepilot]
command = "npx"
args = ["-y", "livepilot"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"livepilot": {
"command": "npx",
"args": [
"-y",
"livepilot"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"livepilot": {
"command": "npx",
"args": [
"-y",
"livepilot"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"livepilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"livepilot"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"livepilot": {
"command": "npx",
"args": [
"-y",
"livepilot"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"livepilot": {
"command": "npx",
"args": [
"-y",
"livepilot"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dreamrec%2Flivepilot)<a href="https://mcptoplist.com/server/io.github.dreamrec%2Flivepilot"><img src="https://mcptoplist.com/badge/io.github.dreamrec%2Flivepilot.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
dreamrec
Other servers by dreamrec
View all dreamrec servers →Available versions (9)
| Version | Published |
|---|---|
| 1.10.4 | Apr 14, 2026 |
| 1.10.3 | Apr 14, 2026 |
| 1.10.2 | Apr 14, 2026 |
| 1.2.1 | Mar 17, 2026 |
| 1.2.0 | Mar 17, 2026 |
| 1.1.2 | Mar 17, 2026 |
| 1.1.1 | Mar 17, 2026 |
| 1.1.0 | Mar 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Livepilot?
- Livepilot is maintained by dreamrec, which publishes 3 MCP servers (28 total versions) tracked on MCP Toplist.
- Is Livepilot listed on the Official MCP Registry?
- Yes — Livepilot is listed on the Official MCP Registry, alongside Glama.
- How many versions does Livepilot have?
- MCP Toplist tracks 9 versions of Livepilot, most recently published on Apr 14, 2026.
- Where can I find the source code for Livepilot?
- The source code for Livepilot is hosted at github.com/dreamrec/LivePilot.