MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Home Assistant Addon - Based on [MA_MCP_Docker](https://github.com/devjourney/MA_MCP_Docker) by devjourney, MIT License.

Created 3/23/2026
Updated about 7 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

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/TheOriginal92/ha-addon-ma-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "theoriginal92-ha-addon-ma-mcp": { "command": "git", "args": [ "clone", "https://github.com/TheOriginal92/ha-addon-ma-mcp" ] } } }