H
Ha Addon Ma MCP
Home Assistant Addon - Based on [MA_MCP_Docker](https://github.com/devjourney/MA_MCP_Docker) by devjourney, MIT License.
创建于 3/23/2026
更新于 about 3 hours ago
README
Repository documentation and setup instructions
Home Assistant Addon: Music Assistant MCP Server
A Home Assistant addon that runs an MCP (Model Context Protocol) server for Music Assistant, enabling AI assistants like Claude to control your music.
Installation
- In Home Assistant, go to Settings → Add-ons → Add-on Store
- Click the ⋮ menu (top right) → Custom repositories
- Add this repository URL:
https://github.com/TheOriginal92/ha-addon-ma-mcp - Find "Music Assistant MCP Server" in the store and install it
- Configure
ma_server_urlandma_tokenin the addon settings - Start the addon
See DOCS.md for full documentation including how to connect Claude.
Based on
MA_MCP_Docker by devjourney, MIT License.
License
MIT
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/TheOriginal92/ha-addon-ma-mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"theoriginal92-ha-addon-ma-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/TheOriginal92/ha-addon-ma-mcp"
]
}
}
}