-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
19 lines (19 loc) · 961 Bytes
/
Copy pathplugin.json
File metadata and controls
19 lines (19 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "electra-one",
"description": "Develop Electra One MK2/Mini widgets and presets from Claude Code. 20 MCP tools: push presets autonomously (auto-converts repo tiles schema → device controls schema), live Lua REPL, capture knob/button events, pull presets back into the repo. Includes the official docs mirror + 62 catalogued SysEx commands + reverse-engineering notes. Works on macOS / Linux / Windows / WSL (transparent via winmm bridge, no usbipd needed).",
"version": "0.1.0",
"author": {
"name": "roomi-fields",
"email": "claude@liance.art"
},
"homepage": "https://github.com/roomi-fields/electra-one-mcp",
"repository": "https://github.com/roomi-fields/electra-one-mcp",
"license": "MIT",
"keywords": ["electra-one", "midi", "sysex", "lua", "widget", "preset", "music", "hardware"],
"mcpServers": {
"electra-one": {
"command": "python3",
"args": ["${CLAUDE_PLUGIN_ROOT}/server/server.py"]
}
}
}