MCP Server for Spotify written in dotnet 8
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"spotify": {
"args": [],
"command": "<full path>\\SpotifyMcpServer.exe"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
After not having any luck with existing tools that required a return url, I decided to write one myself.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
MCP Security Weekly
Get CVE alerts and security updates for SpotifyMcpServer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A simple STDIO MCP server for Spotify.
After not having any luck with existing tools that required a return url, I decided to write one myself.
Following environment variables
SPOTIFY_API_CLIENTID
SPOTIFY_API_SECRET
You can get these by creating an application in Spotify developer portal. You can enter anything for the return url as it will not be used, as long as it accepts what you enter.
{
"mcpServers": {
"spotify": {
"command": "<full path>\\SpotifyMcpServer.exe",
"args": []
}
}
}