Provides playback control for Amazon Music, enabling users to play, pause, skip tracks, and search for music by artist, song, or album via browser automation.
Click on "Install 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., "@Amazon Music MCP Serverplay songs by Taylor Swift"
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.
Amazon Music MCP Server
Control Amazon Music playback through Claude Desktop using the Model Context Protocol.
Features
▶️ Play/Pause current track
⏭️ Skip to next track
🔍 Search and play songs, artists, or albums
🎵 Works with any Amazon Music subscription
Prerequisites
Python 3.10 or higher
Google Chrome browser
Amazon Music account
Claude Desktop app
Installation
1. Install via pip (coming soon)
2. Manual Installation
Setup
1. Configure Claude Desktop
Add this to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Or if using manual installation:
2. Start Chrome with Remote Debugging
macOS/Linux:
Windows:
3. Restart Claude Desktop
Completely quit and restart Claude Desktop for changes to take effect.
Usage
Once configured, you can ask Claude to control your music:
"Play the current track"
"Pause the music"
"Skip to the next track"
"Search for and play Bohemian Rhapsody"
"Play songs by Taylor Swift"
Available Commands
Command | Description |
| Resume playback |
| Pause current track |
| Skip to next song |
| Search and play by artist, song, or album |
Troubleshooting
Chrome Connection Issues
Make sure Chrome is running with remote debugging:
Server Not Appearing in Claude
Verify the config file path is correct
Check that Python path points to correct interpreter
Restart Claude Desktop completely
Check Claude Desktop logs for errors
Playwright/Browser Errors
Ensure you're logged into Amazon Music
Keep the Chrome window open
Don't close the Amazon Music tab
Development
Running Tests
Project Structure
How It Works
MCP server connects to Chrome via Chrome DevTools Protocol (CDP)
Playwright automates the Amazon Music web interface
Claude Desktop communicates with the server via MCP protocol
Commands are translated to browser automation actions
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License - see LICENSE file for details
Support
Report issues: GitHub Issues
Documentation: Full Docs
Roadmap
PyPI package publication
Volume control
Playlist management
Current song information
Queue management
Support for Spotify, YouTube Music
Windows/Linux testing
Author
Meet Kavathiya - @meetkavathiya
Acknowledgments
Built with Model Context Protocol
Browser automation by Playwright