
StreamerSongList
by vuvuvu
Connect your AI to live streamer song lists. Fetch queues, search songs, and monitor music in real-time from StreamerSongList APIs.
What it does
This MCP server connects an AI assistant to the StreamerSongList API, allowing it to access and analyze music data from live streamers. It enables the AI to identify what music is currently playing on a stream, browse a streamer's entire song library, and track queue changes in real-time.
Tools
- getStreamerByName: Fetch comprehensive streamer configuration and profile details.
- getQueue: List the current song queue with pagination support.
- getSongs: Fetch the complete song list for a streamer.
- searchSongs: Search for specific songs by title or artist within a streamer's list.
- getSongDetails: Retrieve detailed metadata for a specific song.
- monitorQueue: Track and monitor real-time changes in the song queue.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"streamersonglist": {
"command": "npx",
"args": ["streamersonglist-mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx streamersonglist-mcpInformation
- Pricing
- free
- Published
- 5/10/2026
- stars






