livepilot for Grok
io.github.dreamrec/livepilot
317-tool agentic MCP production system for Ableton Live 12 — device atlas, sample engine, composer
client:Grok
transport:stdio
runtime:npm
Install livepilot in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"livepilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"livepilot"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs