loading…
Search for a command to run...
loading…
Enables control of Amazon Music playback through Claude Desktop via the Model Context Protocol. Users can play, pause, skip tracks, and search for music using n
Enables control of Amazon Music playback through Claude Desktop via the Model Context Protocol. Users can play, pause, skip tracks, and search for music using natural language commands powered by browser automation.
Control Amazon Music playback through Claude Desktop using the Model Context Protocol.
pip install amazon-music-mcp
# 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 .
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"]
}
}
}
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.com
Completely quit and restart Claude Desktop for changes to take effect.
Once configured, you can ask Claude to control your music:
| Command | Description |
|---|---|
play |
Resume playback |
pause |
Pause current track |
next_track |
Skip to next song |
search_and_play |
Search and play by artist, song, or album |
Make sure Chrome is running with remote debugging:
# Check if port 9222 is in use
lsof -i :9222 # macOS/Linux
netstat -ano | findstr :9222 # Windows
python3 test_server.py
amazon-music-mcp/
├── amazon_music_mcp/
│ ├── __init__.py
│ ├── __main__.py
│ ├── server.py
│ └── music.py
├── pyproject.toml
├── requirements.txt
├── README.md
├── LICENSE
├── .gitignore
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - see LICENSE file for details
Meet Kavathiya - @meetkavathiya
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"amazon-music-mcp-server": {
"command": "npx",
"args": []
}
}
}Browser automation, scraping, screenshots
Browser automation and web scraping.
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan