mcp-spotify
ArtistLens is a Model Context Protocol (MCP) server that integrates with the Spotify Web API to enable searching for music, accessing artist information, and managing playlists on Spotify. Its standout feature is the comprehensive set of tools for interacting with various aspects of Spotify's catalog seamlessly.
How do I install ArtistLens?
You can install ArtistLens via Smithery for Claude Desktop or manually using npm. Use the command npx -y @smithery/cli install @superseoworld/artistlens --client claude
for Smithery or npm install -g @thomaswawra/artistlens
for global installation.
What Spotify API credentials are required?
You need to provide your Spotify Client ID and Client Secret, which can be obtained by creating an application on the Spotify Developer Dashboard.
Can I modify playlist details using ArtistLens?
Yes, ArtistLens allows you to modify playlist details such as name, description, and public/private status.
Does ArtistLens support pagination for playlist tracks?
Yes, ArtistLens supports pagination for playlist tracks and items, allowing you to retrieve details in batches.
Is there a test suite available for ArtistLens?
Yes, ArtistLens includes a comprehensive test suite using Jest to ensure all functionalities work as expected.