
BalenaMCP
Supports UIby balena-io-experimental
Wrap the balena CLI to manage fleets, devices, and OS versions directly from your AI assistant.
What it does
BalenaMCP connects your AI assistant to the balenaCloud ecosystem by wrapping the balena CLI. It allows the AI to programmatically interact with your IoT fleet, monitoring devices, and managing deployments.
Tools
device-list: List all devices in your account.device-logs: Retrieve logs for a specific device via UUID or name.fleet-list: List all fleets associated with the account.os-versions: Show available balenaOS versions for a specific device type.release-list: List all releases for a given fleet.release-info: Get detailed information about a specific release.version: Check the current balena CLI version.tag-list: List tags for fleets, devices, or releases.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"balenamcp": {
"command": "/full/path/to/your/balenamcp/bin/balenamcp",
"args": []
}
}
}
Supported hosts
- Claude Desktop
Quick install
go build -o bin/balenamcpInformation
- Pricing
- free
- Published
- 5/2/2026
- stars






