Spotify MCP Server

51 tools. 12 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

12 can modify or destroy data
39 read-only
51 tools total

Community server · catalogue entry verified 04/07/2026

How to control Spotify MCP Server ↓

What Spotify MCP Server exposes to your agents

Read (39) Write / Execute (11) Destructive / Financial (1)
Critical Risk

The most dangerous Spotify MCP Server tools

12 of Spotify MCP Server's 51 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Spotify MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Spotify MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "spotify_remove_saved_track": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "spotify_add_to_queue": {
    "limits": [
      {
        "counter": "spotify_add_to_queue_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "spotify_get_album_art_url": {
    "limits": [
      {
        "counter": "spotify_get_album_art_url_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Spotify MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON SPOTIFY →

Instant setup, no code required.

All 51 Spotify MCP Server tools

READ 39 tools
Read spotify_get_album_art_url Get ONLY the URL of the album artwork for the currently playing track. Returns the largest available image URL Read spotify_get_album_info Get detailed information about a specific album by its Spotify ID. Read spotify_get_album_name Get ONLY the album name of the currently playing track. Returns plain text - perfect for HUD displays. Read spotify_get_all_artists Get all artist names of the currently playing track (comma-separated). Returns plain text. Read spotify_get_artist_info Get detailed information about a specific artist by their Spotify ID. Read spotify_get_artist_name Get ONLY the primary artist name of the currently playing track. Returns plain text - perfect for HUD displays Read spotify_get_artist_top_tracks Get an artist Read spotify_get_available_devices Get a list of all available Spotify devices. Returns JSON array of devices with their details. Read spotify_get_context_type Get ONLY the type of playback context (album, artist, playlist, etc.). Returns context type as text. Read spotify_get_context_uri Get ONLY the URI of the playback context (album, playlist, etc.). Returns URI as text. Read spotify_get_current_track Get complete information about the currently playing track, including all metadata. Returns comprehensive JSON Read spotify_get_device_id Get ONLY the ID of the currently active playback device. Returns ID as text. Read spotify_get_device_name Get ONLY the name of the currently active playback device. Returns plain text - perfect for HUD displays. Read spotify_get_device_type Get ONLY the type of the currently active playback device (Computer, Smartphone, Speaker, etc.). Returns plain Read spotify_get_device_volume Get ONLY the current volume percentage of the active device (0-100). Returns number as text - perfect for volu Read spotify_get_playback_state Get complete information about the user Read spotify_get_playlist Get detailed information about a specific playlist. Read spotify_get_playlists Get the user Read spotify_get_queue Get the user Read spotify_get_recently_played Get tracks from the user Read spotify_get_repeat_mode Get ONLY the current repeat mode. Returns Read spotify_get_saved_tracks Get the user Read spotify_get_shuffle_state Get ONLY whether shuffle is enabled. Returns Read spotify_get_time_remaining_formatted Get ONLY the time remaining in the current track in formatted time (M:SS or H:MM:SS). Returns formatted text - Read spotify_get_time_remaining_ms Get ONLY the time remaining in the current track in milliseconds. Returns number as text - perfect for countdo Read spotify_get_track_duration_formatted Get ONLY the total duration of the current track in formatted time (M:SS or H:MM:SS). Returns formatted text - Read spotify_get_track_duration_ms Get ONLY the total duration of the current track in milliseconds. Returns number as text. Read spotify_get_track_explicit Get ONLY whether the current track is explicit. Returns Read spotify_get_track_id Get ONLY the Spotify ID of the currently playing track. Returns ID as text. Read spotify_get_track_info Get detailed information about a specific track by its Spotify ID. Read spotify_get_track_name Get ONLY the name of the currently playing track. Returns plain text - perfect for HUD displays. Read spotify_get_track_popularity Get ONLY the popularity score of the current track (0-100). Returns number as text. Read spotify_get_track_progress_formatted Get ONLY the current playback position in formatted time (M:SS or H:MM:SS). Returns formatted text - perfect f Read spotify_get_track_progress_ms Get ONLY the current playback position in milliseconds. Returns number as text. Read spotify_get_track_progress_percentage Get ONLY the playback progress as a percentage (0-100). Returns number as text - perfect for progress bars in Read spotify_get_track_uri Get ONLY the Spotify URI of the currently playing track. Returns URI as text. Read spotify_is_device_active Get ONLY whether a device is currently active. Returns Read spotify_is_playing Get ONLY whether music is currently playing. Returns Read spotify_search Search for tracks, albums, artists, or playlists on Spotify.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Spotify MCP Server

Can an AI agent delete data through the Spotify MCP Server MCP server? +

Yes. The Spotify MCP Server server exposes 1 destructive tools including spotify_remove_saved_track. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Spotify MCP Server? +

The Spotify MCP Server server has 5 write tools including spotify_add_to_queue, spotify_save_track, spotify_set_repeat. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Spotify MCP Server.

How many tools does the Spotify MCP Server MCP server expose? +

51 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 39 are read-only. 12 can modify, create, or delete data.

How do I enforce a policy on Spotify MCP Server? +

Register the Spotify MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Spotify MCP Server tool call.

Deterministic rules across all 51 Spotify MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

51 Spotify MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Spotify MCP Server's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.