elektron-mcp

MCP sever for controlling Elektron devices using LLMs

GitHub Stars

82

User Rating

Not Rated

Favorites

0

Views

27

Forks

4

Issues

3

Installation
Difficulty
Beginner
Estimated 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
#### For Windows: Follow the instructions [here](https://docs.astral.sh/uv/getting-started/installation/).

2. Configure Claude Desktop

Add the MCP server configuration in Claude Desktop:
json
{
  "mcpServers": {
    "Digitone 2": {
      "command": "uvx",
      "args": ["elektron-mcp"]
    }
  }
}

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.

Additional Resources