MCP Server for Last.FM APIs, built in Swift
Overview
What is ScrobblerContext?
ScrobblerContext is a Model Context Protocol (MCP) server that provides access to Last.fm's music database, built in Swift. It enables AI assistants to search for music, manage user libraries, and scrobble tracks.
How to use ScrobblerContext?
To use ScrobblerContext, install it via npm, set up your Last.fm API credentials, and run the server. You can also build it from source if preferred.
Key features of ScrobblerContext?
- Secure authentication with OAuth flow
- Search and retrieve detailed information about artists, albums, and tracks
- Access user data including listening history and statistics
- Scrobble tracks and manage now playing status
Use cases of ScrobblerContext?
- Integrating music search capabilities into AI assistants.
- Managing personal music libraries and scrobbling tracks.
- Analyzing user listening habits and preferences.
FAQ from ScrobblerContext?
-
What is MCP?
MCP stands for Model Context Protocol, a standard for communication between clients and servers. -
Is ScrobblerContext free to use?
Yes! ScrobblerContext is open-source and free to use under the MIT license. -
What are the prerequisites for installation?
You need Swift 6.0+ and Last.fm API credentials to run ScrobblerContext.