Amazon Music MCP Server
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
Related MCP server: Spotify MCP Server
Prerequisites
Python 3.10 or higher
Google Chrome browser
Amazon Music account
Claude Desktop app
Installation
1. Install via pip (coming soon)
pip install amazon-music-mcp2. Manual Installation
# Clone the repository
git clone https://github.com/mk-8/amazon-music-mcp.git
cd amazon-music-mcp
# Create virtual environment
python3 -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
# Install dependencies
pip install -e .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
{
"mcpServers": {
"amazon-music": {
"command": "python",
"args": ["-m", "amazon_music_mcp"]
}
}
}Or if using manual installation:
{
"mcpServers": {
"amazon-music": {
"command": "/path/to/your/.venv/bin/python",
"args": ["/path/to/amazon-music-mcp/server.py"]
}
}
}2. Start Chrome with Remote Debugging
macOS/Linux:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
--remote-debugging-port=9222 \
https://music.amazon.com &Windows:
"C:\Program Files\Google\Chrome\Application\chrome.exe" ^
--remote-debugging-port=9222 ^
https://music.amazon.com3. 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:
# Check if port 9222 is in use
lsof -i :9222 # macOS/Linux
netstat -ano | findstr :9222 # WindowsServer 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
python3 test_server.pyProject Structure
amazon-music-mcp/
āāā amazon_music_mcp/
ā āāā __init__.py
ā āāā __main__.py
ā āāā server.py
ā āāā music.py
āāā pyproject.toml
āāā requirements.txt
āāā README.md
āāā LICENSE
āāā .gitignoreHow 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables automation of browser tasks using Playwright by interacting via Claude Desktop for executing user-defined prompts and operations.Last updated1212MIT
- Flicense-qualityDmaintenanceConnects Claude with Spotify to control playback, search music, get track information, and manage the queue through conversation.Last updated1
- TypeScriptMozilla Public 2.0
- FlicenseAqualityDmaintenanceEnables Claude Desktop and GitHub Copilot to interact with native macOS applications including Spotify, Apple Music, Notes, Calendar, FaceTime, and Contacts through natural language commands. Provides comprehensive control over music playback, note management, calendar events, video calls, and contact operations using AppleScript integration.Last updated8
Related MCP Connectors
Amazon brand, seller, niche & buy-box intelligence inside your own Claude or ChatGPT.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
AI-powered browser automation ā navigate, click, fill forms, and extract data from any website.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mk-8/amazon-music-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server