MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

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
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

  1. In Home Assistant, go to Settings → Add-ons → Add-on Store
  2. Click the menu (top right) → Custom repositories
  3. Add this repository URL: https://github.com/TheOriginal92/ha-addon-ma-mcp
  4. Find "Music Assistant MCP Server" in the store and install it
  5. Configure ma_server_url and ma_token in the addon settings
  6. 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" ] } } }