music-assistant-mcp-plus

music-assistant-mcp-plus

A comprehensive MCP server that enables AI assistants to control music playback, manage users and access, configure providers, and administer a Music Assistant setup through natural language commands.

Category
访问服务器

README

music-assistant-mcp-plus

A comprehensive Model Context Protocol (MCP) server for Music Assistant — so any MCP-capable AI (Claude Desktop, Claude Code, etc.) can control your music and manage your Music Assistant setup in plain language.

Why "plus"? The existing community MCP servers cover playback, queues, and search only. music-assistant-mcp-plus adds the parts nobody else does: user & access management, providers/sources, and server/player configuration — a superset, not a duplicate.

Highlights

  • 👥 User & access management — create/enable/disable/delete users, set roles (admin/user/guest), and restrict each user to specific speakers (player_filter) and music sources (provider_filter). Great for giving kids/family music access without Home Assistant access.
  • 🔊 Players & playback — list players, play/pause/volume, group/ungroup, transfer, play media.
  • 🎵 Library — search across providers, now-playing, library sync.
  • 🧩 Providers — list configured sources; (admin) remove providers.
  • 🧠 Smart toolsma_add_family_user (create + restrict in one call), ma_whats_playing.
  • 🛟 Safety-first — read-only mode, and destructive/admin tools gated behind an explicit opt-in.
  • 🔧 ma_raw escape hatch — call any MA API command directly (opt-in) for power users.

Install

# with uv (recommended)
uv tool install music-assistant-mcp-plus
# or from source
git clone https://github.com/chair15/music-assistant-mcp-plus && cd music-assistant-mcp-plus
uv pip install -e .        # or: pip install -e .

Configure

The server talks to the Music Assistant server (the add-on / container), default port 8095not the Home Assistant UI. Configure via environment variables:

Var Required Default Purpose
MA_URL yes http://localhost:8095 Base URL of the MA server
MA_TOKEN one of these Long-lived token (MA → your profile → Access tokens)
MA_USERNAME / MA_PASSWORD one of these Builtin login used if no token
MA_AUTH_PROVIDER no builtin Auth provider (builtin or homeassistant)
MA_READ_ONLY no false Expose only read tools
MA_ENABLE_ADMIN no false Expose destructive tools (delete user, remove provider)
MA_ENABLE_RAW no false Expose the ma_raw command escape hatch
MA_TIMEOUT no 15 HTTP timeout (seconds)

Copy .env.example to .env for reference.

Getting a token

Auth is a bearer token. In Music Assistant → your profile → Access tokens → Add token, name it (e.g. mcp), and put the value in MA_TOKEN (inside your MCP client's env block). The server never writes the token to disk — it only reads it from the environment and sends it as Authorization: Bearer …. Treat it like a password: keep it out of git, and revoke it on that same screen if it leaks. Prefer a token over MA_USERNAME/MA_PASSWORD.

Claude Desktop / Claude Code

{
  "mcpServers": {
    "music-assistant-plus": {
      "command": "music-assistant-mcp-plus",
      "env": {
        "MA_URL": "http://homeassistant.local:8095",
        "MA_TOKEN": "your-long-lived-token",
        "MA_ENABLE_ADMIN": "false"
      }
    }
  }
}

(For source checkouts use "command": "uv", "args": ["run", "music-assistant-mcp-plus"].)

Usage & examples

Once connected you drive it in plain language — the AI picks the tool:

You say Tool(s)
"Who can use Music Assistant?" ma_list_users
"What's playing right now?" ma_whats_playing
"Play some Fleetwood Mac in the living room" ma_searchma_play_media
"Add a user kids limited to the playroom Sonos and only the local library" ma_add_family_user
"Restrict a user to just the kitchen speaker" ma_set_user_players
"Disable a user's account" ma_disable_user

Read-only mode (MA_READ_ONLY=true) registers only the read tools — the write tools aren't even loaded, so the assistant physically can't change anything. Great for a shared/kid-facing assistant. See docs/USAGE.md for token setup, read-only/admin config profiles, .env examples, and more interactions; a ready-to-edit client config is in examples/claude_desktop_config.json.

Tools

Group Tools
Read ma_server_info, ma_list_players, ma_now_playing, ma_search, ma_list_users, ma_get_user, ma_list_providers
Players/playback ma_player_command, ma_set_volume, ma_play_media, ma_group_players, ma_ungroup_player, ma_sync_library, ma_whats_playing
Users & access ma_create_user, ma_update_user, ma_enable_user, ma_disable_user, ma_set_user_players, ma_set_user_sources, ma_list_tokens, ma_create_token, ma_add_family_user
Admin (opt-in) ma_delete_user, ma_revoke_token, ma_remove_provider
Raw (opt-in) ma_raw

See ROADMAP.md for the full planned surface (~70 tools).

Safety model

  • Default: read + non-destructive write tools.
  • MA_READ_ONLY=true: only read tools are registered.
  • MA_ENABLE_ADMIN=true: adds destructive tools.
  • MA_ENABLE_RAW=true: adds ma_raw.
  • Nothing runs without auth; the server exits with a clear message if none is configured.

Status

Early scaffold. Confirmed commands (verified against a live MA 2.9.5 server) are marked in the code and are safe to rely on; others follow MA's documented category/command pattern — if an arg differs on your MA version, use ma_raw and please open a PR with the fix.

Contributing

Issues and PRs welcome — especially confirming/correcting command args across MA versions, and implementing the remaining tools from ROADMAP.md. Run ruff check and pytest before submitting. See CONTRIBUTING.md for dev setup and how to verify commands against your server.

License

MIT © chair15. Not affiliated with the Music Assistant project.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选