webamp (MCP Server)

GitHub

Winamp 2 reimplemented for the browser

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "webamp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-webamp"
      ]
    }
  }
}