MCP.so
登录

Spotify MCP Server

@254binaryninja

关于 Spotify MCP Server

A simple python spotify mcp server

基本信息

分类

媒体与设计

运行时

python

传输方式

stdio

发布者

254binaryninja

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "spotify-mcp-254binaryninja": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        ".venv"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Spotify MCP Server?

The Spotify MCP Server is a Model Context Protocol (MCP) server that integrates with the Spotify API to control playback. It provides tools for playing, pausing, skipping tracks, shuffling playlists, and more, built with the mcp framework and spotipy library. It is intended for developers who want to add Spotify playback control to MCP-compatible clients like Claude.

How to use Spotify MCP Server?

Install Python 3.12+, clone the repository, create a virtual environment, install uv, run uv sync, and create a .env file with SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET. Start the server with python server.py and invoke tools such as play(), pause(), next_track(), play_album(), or play_track() from an MCP client.

Key features of Spotify MCP Server

  • Play, pause, and skip tracks.
  • Shuffle and repeat playlists.
  • Play specific albums or tracks by name.
  • Built-in tools for seamless Spotify playback control.
  • Requires a premium Spotify account.

Use cases of Spotify MCP Server

  • Controlling Spotify playback from an AI assistant like Claude.
  • Automating music playback based on voice commands or scripts.
  • Integrating Spotify controls into custom MCP-enabled applications.

FAQ from Spotify MCP Server

What does the server do that the Spotify API alone cannot?

The server wraps Spotify API calls into MCP tools, making them directly usable from MCP clients that can discover and invoke tools.

What are the dependencies or runtime requirements?

Python 3.12+, uv for dependency management, a Spotify Developer account with client ID and secret, and a premium Spotify account are required.

Where does data live? Is any data stored or transmitted externally?

The README does not mention data storage or transmission details beyond the Spotify API credentials.

Are there any known limits or restrictions?

The README does not specify rate limits or other restrictions, only that a premium Spotify account is mandatory.

What transport and authentication are used?

The server uses stdio transport (as shown in the Claude Desktop configuration). Authentication is handled via environment variables SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET passed to the Spotify API.

评论

媒体与设计 分类下的更多 MCP 服务器