Streaming music player that finds free music for you
Nuclear is a free, open-source desktop music player built with Tauri (Rust and React) that streams music from multiple sources without ads or tracking, running on Windows, macOS, and Linux. Its core features include artist and album browsing with biographies and discographies, queue management with shuffle and repeat, playlist creation and import/export, favorites, keyboard shortcuts, and a built-in plugin store where users can install or author plugins that supply streaming sources, metadata, playlists, and dashboard content via the official plugin SDK. The standout integration for Claude users is a built-in MCP server, enabled under Settings, that exposes the player over HTTP and connects to Claude Code via a single CLI command, or to Claude Desktop, Cursor, and Windsurf through a JSON config block, allowing AI agents to drive playback, search, and queue management directly. A downloadable skill file helps Claude understand the available MCP tools immediately. Developers, tinkerers, and privacy-conscious music listeners who want AI-assisted control over a local player are the primary audience.
- ✓Open-source license (AGPL-3.0)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
git clone https://github.com/nukeop/nuclear{
"mcpServers": {
"nuclear": {
"command": "node",
"args": ["/path/to/nuclear/dist/index.js"]
}
}
}MCP Servers overview
<p align="center">
<picture>
<source alt="Nuclear Music Player" srcset="packages/docs/.gitbook/assets/readme-banner.png">
<img alt="Nuclear Music Player" srcset="packages/docs/.gitbook/assets/readme-banner.png">
</picture>
</p>
<div align="center">
# Nuclear
</div>
<div align="center">
Nuclear is a free, open-source music player without ads or tracking. Search for any song or artist, build playlists, and start listening.<br>
Runs on Windows, macOS, and Linux.
</div>
## Screenshots
<p align="center">
<img src="packages/docs/.gitbook/assets/dashboard-main.png" alt="Nuclear Music Player - Dashboard" width="100%">
</p>
Nuclear comes with multiple built-in themes:
<p align="center">
<img src="packages/docs/.gitbook/assets/dashboard-green.png" alt="Green theme" width="32%">
<img src="packages/docs/.gitbook/assets/dashboard-aqua.png" alt="Aqua theme" width="32%">
<img src="packages/docs/.gitbook/assets/dashboard-mint.png" alt="Mint theme" width="32%">
</p>
<p align="center">
<img src="packages/docs/.gitbook/assets/dashboard-orange.png" alt="Orange theme" width="32%">
<img src="packages/docs/.gitbook/assets/dashboard-red.png" alt="Red theme" width="32%">
<img src="packages/docs/.gitbook/assets/dashboard-violet.png" alt="Violet theme" width="32%">
</p>
| | |
|:---:|:---:|
|  |  |
| Artist search | Album search |
|  |  |
| Playlists | Plugin store |
|  |  |
| Installed plugins | Preferences |
|  |  |
| What's new | Log viewer |
## Download
Grab the latest release for your platform from the [Releases page](https://github.com/nukeop/nuclear/releases).
| Platform | Formats |
|----------|---------|
| Windows | `.exe` installer, `.msi` |
| macOS | `.dmg` (Apple Silicon and Intel) |
| Linux | `.AppImage`, `.deb`, `.rpm`, `.flatpak` |
## Features
- Search for music and stream it from any source
- Browse artist pages with biographies, discographies, and similar artists
- Browse album pages with track listings
- Queue management with shuffle, repeat, and drag-and-drop reordering
- Favorites (albums, artists, and tracks)
- Playlists (create, import, export, import from varous services)
- Powerful plugin system with a built-in plugin store
- Themes (built-in and custom CSS themes)
- MCP server lets your AI agent drive the player
- Auto-updates
- Keyboard shortcuts
- Localized in multiple languages
## Plugins
Nuclear has a powerful plugin system now! Every functionality has been redesigned to be driven by plugins.
Plugins can provide streaming sources, metadata, playlists, dashboard content, and more. Browse and install plugins from the built-in plugin store, or write your own using the [@nuclearplayer/plugin-sdk](https://www.npmjs.com/package/@nuclearplayer/plugin-sdk).
## MCP
You can enable the MCP server in Settings → Integrations.
Then to add it to **Claude Code:**
```bash
claude mcp add nuclear --transport http http://127.0.0.1:8800/mcp
```
**Codex CLI:**
```bash
codex mcp add nuclear --url http://127.0.0.1:8800/mcp
```
**OpenCode:**
```json
{
"mcp": {
"nuclear": {
"type": "remote",
"url": "http://127.0.0.1:8800/mcp"
}
}
}
```
**Claude Desktop / Cursor / Windsurf:**
```json
{
"mcpServers": {
"nuclear": {
"url": "http://127.0.0.1:8800/mcp"
}
}
}
```
The MCP is designed to be discoverable, but there's a skill you can load to get your AI up to speed: [Nuclear MCP Skill](./packages/docs/public/skills/nuclear-mcp.zip)
## Development
Nuclear is a pnpm monorepo managed with Turborepo. The main app is built with Tauri (Rust + React).
### Prerequisites
- Node.js >= 22
- pnpm >= 9
- Rust (stable)
- Platform-specific Tauri dependencies ([see Tauri docs](https://v2.tauri.app/start/prerequisites/))
### Getting started
```bash
git clone https://github.com/nukeop/nuclear.git
cd nuclear
pnpm install
pnpm dev
```
### Useful commands
```bash
pnpm dev # Run the player in dev mode
pnpm dev:remote # Same, but binds Vite to 0.0.0.0 so you can open the remote control UI from other devices on your LAN
pnpm build # Build all packages
pnpm test # Run all tests
pnpm lint # Lint all packages
pnpm type-check # TypeScript checks
pnpm storybook # Run Storybook
```
## Community
- [Discord](https://discord.gg/JqPjKxE)
- [Mastodon](https://fosstodon.org/@nuclearplayer)
- [Discussions](https://github.com/nukeop/nuclear/discussions)
## License
AGPL-3.0. See [LICENSE](LICENSE).
What people ask about nuclear
What is nukeop/nuclear?
+
nukeop/nuclear is mcp servers for the Claude AI ecosystem. Streaming music player that finds free music for you It has 17.8k GitHub stars and was last updated 2d ago.
How do I install nuclear?
+
You can install nuclear by cloning the repository (https://github.com/nukeop/nuclear) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is nukeop/nuclear safe to use?
+
Our security agent has analyzed nukeop/nuclear and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains nukeop/nuclear?
+
nukeop/nuclear is maintained by nukeop. The last recorded GitHub activity is from 2d ago, with 1 open issues.
Are there alternatives to nuclear?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy nuclear to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/nukeop-nuclear)<a href="https://claudewave.com/repo/nukeop-nuclear"><img src="https://claudewave.com/api/badge/nukeop-nuclear" alt="Featured on ClaudeWave: nukeop/nuclear" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。