
nuclear
by nukeop·★ 17,623·Score 60
Streaming music player that integrates an MCP server for AI control.
Overview
Nuclear is a free, open-source music player without ads or tracking that allows users to search for songs and artists, build playlists, and stream music from various sources. The standout feature is its MCP server capability, which enables AI agents to control the music player programmatically. This integration allows for advanced automation of music playback through various AI clients including Claude Desktop, Cursor, Windsurf, and others.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Nuclear if you're looking for an open-source music player with AI integration that allows you to control playback through MCP-enabled AI assistants.
When NOT to choose this
Avoid Nuclear if you need commercial music streaming with licensed content or require high-fidelity audio quality, as it sources free music from various sources.
Comparable tools
Installation
Installation
- Download and install Nuclear from [Releases page](https://github.com/nukeop/nuclear/releases)
- Launch Nuclear and enable MCP server in Settings → Integrations
- Add to your MCP client:
Claude Desktop / Cursor / Windsurf
{
"mcpServers": {
"nuclear": {
"url": "http://127.0.0.1:8800/mcp"
}
}
}Claude Code
claude mcp add nuclear --transport http http://127.0.0.1:8800/mcpCodex CLI
codex mcp add nuclear --url http://127.0.0.1:8800/mcpFAQ
- What platforms does Nuclear support?
- Nuclear runs on Windows, macOS, and Linux with dedicated installers for each platform.
- How do I extend Nuclear's functionality?
- Nuclear has a plugin system with a built-in plugin store where you can install various plugins or create your own using the @nuclearplayer/plugin-sdk.
On Hacker News
Recent discussion from the developer community.
- Story by indigodaddy · 2025-09-03
- Nuclear – Popcorn Time for music▲ 223💬 173Story by devcriollo · 2019-01-16
- Story by garyng · 2018-08-09
Compare nuclear with
Last updated · Auto-generated from public README + GitHub signals.