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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Retrieves information about an artist. Parameters: name (string) - the name of the artist to fetch information for.