GitHub Stars
82
User Rating
Not Rated
Favorites
0
Views
27
Forks
4
Issues
3
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Python: 3.10 or higher
[uv](https://github.com/astral-sh/uv) for package management
Elektron Digitone connected via USB
Claude Desktop for full integration
Installation Steps
1. Install Dependencies
Start by installing uv: #### For macOS:bash
brew install uv
2. Configure Claude Desktop
Add the MCP server configuration in Claude Desktop:json
{
"mcpServers": {
"Digitone 2": {
"command": "uvx",
"args": ["elektron-mcp"]
}
}
}