Spotify MCP Server provides a bridge between Claude and the Spotify API, enabling retrieval of artist information through a standardized tool. Built with TypeScript and the Model Context Protocol SDK, it currently supports fetching artist details and is designed to be extensible for future music-related queries like retrieving top tracks or creating playlists. The implementation simplifies interaction with Spotify's API by abstracting complex authentication and request handling.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Retrieves information about an artist. Parameters: name (string) - the name of the artist to fetch information for.