A
securityF
licenseA
qualityA FastMCP tool that enables control of Spotify through natural language commands in Cursor Composer, allowing users to manage playback, search for content, and interact with playlists.
Last updated -
21
1
Python
이 프로젝트는 Cursor 나 Claude for Desktop (macOS 및 Windows 전용)과 같은 MCP 클라이언트를 통해 자연어를 사용하여 Spotify 재생을 제어할 수 있는 MCP(Model Context Protocol) 서버를 구현합니다.
이 서버는 다음 도구를 제공합니다.
play
: 트랙, 앨범 또는 재생 목록을 재생하거나 재생을 다시 시작합니다.pause
: 재생을 일시정지합니다.next
: 다음 트랙으로 건너뜁니다.previous
: 이전 트랙으로 건너뜁니다.get_current_track
: 현재 재생 중인 트랙에 대한 정보를 가져옵니다.search
: 트랙, 앨범, 아티스트 또는 재생 목록을 검색합니다.http://localhost:8888/callback
추가합니다..env
파일을 만듭니다.프로젝트 디렉터리 루트에 .env
라는 이름의 파일을 만듭니다. 다음을 추가하고, 자리 표시자는 실제 Spotify 사용자 이름(ID)으로 바꾸세요.SPOTIFY_ACCESS_TOKEN
과 SPOTIFY_REFRESH_TOKEN
값을 콘솔에 출력합니다. 이 값들을 .env
파일에 복사하세요.mcp.servers
배열에 다음을 추가합니다( /absolute/path/to/your/spotify-mcp``spotify-mcp
디렉터리의 절대 경로로 바꿉니다)..env
파일을 사용하고 Spotify와 관련된 환경 변수만 거기에 넣는 것이 좋습니다.~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
mcpServers
개체에 다음을 추가합니다( /absolute/path/to/your/spotify-mcp``spotify-mcp
디렉터리의 절대 경로로 바꿉니다): GXP6This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Cursor나 Claude for Desktop과 같은 MCP 클라이언트에서 자연어 명령을 통해 Spotify 재생을 제어할 수 있는 모델 컨텍스트 프로토콜 서버입니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/obre10off/spotify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server