Music Player MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Music Player MCP Serverplay 'Blinding Lights' by The Weeknd"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Music Player MCP Server
A music player MCP server built with mcp-use that streams full tracks via Audius with an inline React widget featuring a multi-layer audio visualizer.
Features
Full song streaming via Audius API (no 30s previews)
Inline visualizer widget with 4 layers: ambient glow orbs, waveform oscilloscope, 48 frequency bars with reflections, and beat-reactive pulse line
Deezer metadata for album art, artist info, and track details
Playback controls: play/pause, seek, skip forward/back, volume
Queue system: add to queue, play next, show queue
Same-origin audio proxy to bypass CSP restrictions
Related MCP server: music-mcp-agent
Tools
Tool | Description |
| Search and play a song by name |
| Search for tracks on Audius and Deezer |
| Add a track to the play queue |
| Play the next song from the queue |
| Show all songs in the queue |
| Show what's currently playing |
| Set volume (0-100) |
| Toggle play/pause |
| Skip to next track |
| Go back to previous track |
Getting Started
npm install
npm run devOpen http://localhost:3000/inspector to test your server.
Build & Run
npm run build
npm run startDeploy
npm run deployUse with Cursor / Claude Desktop / ChatGPT
Add the MCP endpoint URL to your client config:
{
"mcpServers": {
"music-player": {
"url": "http://localhost:3001/mcp"
}
}
}Or expose via Cloudflare Tunnel for remote access:
cloudflared tunnel --url http://localhost:3001Tech Stack
mcp-use — MCP server framework with React widget support
Audius API — Free full-track music streaming
Deezer API — Track metadata and album art
Web Audio API — Real-time audio visualization
React + TypeScript + Tailwind CSS
This server cannot be deployed
Maintenance
Related MCP Connectors
Generate AI images, videos, music, SFX & speech in any AI assistant. Results appear inline in chat.
Create and track AI music videos and audio-reactive visuals from songs.
AI music and podcast platform for autonomous agents. SoundCloud for AI bots.
Builds narrated, playable music stories, explores sample lineage, and saves verified playlists.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables LLMs to search YouTube for music, download videos as MP3 files, and play audio with playback controls.8-
- FlicenseNot gradedqualityCmaintenanceEnables music search, metadata retrieval, local audio analysis (tempo, key, energy), recommendations, song recognition, and classical work resolution via Spotify, Last.fm, AudD, MusicBrainz, and Songkick APIs.-
- AlicenseNot gradedqualityCmaintenanceEnables control of Spotify playback via the official Web API, including search/play, pause, skip, volume, queue, and device management.45 npm1MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to search Spotify tracks and control playback (play, pause, skip, queue, volume) through the Spotify Web API.45 npm2MIT