setup-spotify-mcp

setup-spotify-mcp is a skill for Codex from martin-gomola/spotify-mcp. It costs 55 tokens per session (336 once invoked), scanned A, original, MIT.

A setup and troubleshooting helper for connecting a local Spotify MCP server to Spotify, a music-streaming service.

In plain words
What is it for?
Use it to configure a Spotify client ID, authenticate an account, verify the connection, and repair the local server installation.
Why use it?
It resolves configuration, authentication, startup, and authorization problems that prevent Spotify tools from working.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to configure a Spotify client ID, authenticate an account, verify the connection, and repair the local server installation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/martin-gomola/spotify-mcp/setup-spotify-mcp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add martin-gomola/spotify-mcp --skill setup-spotify-mcp
Clone the repo
git clone --depth 1 https://github.com/martin-gomola/spotify-mcp

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for setup-spotify-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/martin-gomola/spotify-mcp/setup-spotify-mcp/github.svg)](https://agentmods.dev/skills/martin-gomola/spotify-mcp/setup-spotify-mcp)
Your own site
<a href="https://agentmods.dev/skills/martin-gomola/spotify-mcp/setup-spotify-mcp"><img src="https://agentmods.dev/badge/skills/martin-gomola/spotify-mcp/setup-spotify-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for setup-spotify-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/martin-gomola/spotify-mcp/setup-spotify-mcp"><img src="https://agentmods.dev/badge/skills/martin-gomola/spotify-mcp/setup-spotify-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 336 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.00336
Opus 5 $0.00028 $0.00168
Sonnet 5 $0.00011 $0.00067
Haiku 4.5 $0.00006 $0.00034

Measured 10d ago against content hash 140ec1b5fea7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

setup-spotify-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/spotify-mcp/skills/setup-spotify-mcp/SKILL.md · 24 lines

What it actually says

Set up Spotify MCP

Complete all reversible technical work yourself and ask only for the Spotify client ID or browser approval that cannot be obtained locally.

  1. Locate the checkout from SPOTIFY_MCP_REPO, defaulting to ~/dev/spotify-mcp.
  2. Ensure the ignored .env file contains SPOTIFY_CLIENT_ID; copy .env.example when needed.
  3. If no client ID is configured, explain how to create a Spotify Web API app and register exactly http://127.0.0.1:8888/callback. Ask for the client ID only; PKCE needs no client secret.
  4. Run make setup. Let the user approve the Spotify browser page when authentication is missing, then verify the reported account is ready.
  5. For Codex installation or repair, run make codex-install and tell the user to start a new task. Codex owns the stdio process; do not leave make run open. Use make run only for standalone manual startup, where the foreground terminal intentionally remains attached.
  6. Report the concrete result. Never paste tokens, authorization codes, or credential-file content.

Spotify Development Mode requires the app owner to have Premium and currently limits allow-listed users. Playback additionally needs Spotify open on an available device.

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 24 lines · 55 tokens per session scan A 140ec1b5fea7

Subscribe to this mod's changes

setup-spotify-mcp is a skill published in the GitHub repository martin-gomola/spotify-mcp (0 stars, last pushed 2d ago), licensed MIT. It adds 55 tokens to every session and 336 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

spotify-mcp-doctor

Diagnose and repair NovaLux12/spotify-mcp-server failures — auth, permissions, devices, rate limits, OpenClaw wiring. Use when Spotify tool calls fail or setup stalls.

NovaLux12/spotify-mcp-server · 44 tokens

spotify-exhaustive-feature-sweep

Exhaustive feature sweep across Spotify domains — enumerate all endpoints into quantity-first tool proposals with quota flags and batched GitHub logging.

NovaLux12/spotify-mcp-server · 34 tokens

spotify-mcp-competitor-comparison

Answer "is our MCP standard/conformant" or "do others offer more" questions with in-repo protocol evidence, then web research.

NovaLux12/spotify-mcp-server · 37 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

specflow-use

To connect Rosetta with Grid Dynamics SpecFlow MCP; only when SpecFlow is mentioned and the MCP is installed.

griddynamics/rosetta · 27 tokens

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, offers to turn Diagnostics on when the project has it…

comet-ml/opik-mcp · 187 tokens