mcpjam-spotify
If you are the rightful owner of mcpjam-spotify and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
mcpjam-spotify is a Model Context Protocol server designed to integrate with Spotify, allowing for seamless interaction and data exchange.
mcpjam-spotify
Installation Instructions
Install the packages. I prefer yarn:
yarn install
Build the typescript file using tsc
:
yarn run build
Copy over the file directory over to Claude Desktop config:
{
"mcpServers": {
"MCPJam Spotify": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/PARENT/FOLDER/mcpjam-spotify/build/index.js"]
}
}
}