server

server is a skill for Claude Code, Codex from gabrielekarra/mcp-anything. It costs 0 tokens per session (472 once invoked), scanned A, original, Apache-2.0.

An MCP server that creates Spotify playlist suggestions from a requested duration and mood, with an option to save the playlist to the user’s Spotify account. Spotify is a music streaming service.

In plain words
What is it for?
Use it to generate playlists such as rainy indie, workout, or chill focus, optionally choose a market and name, and create a public or private playlist after authorization.
Why use it?
It avoids manually searching for songs and estimating whether a playlist fits a particular length and atmosphere. It can also provide track details and playlist links.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to generate playlists such as rainy indie, workout, or chill focus, optionally choose a market and name, and create a public or private playlist after authorization.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gabrielekarra/mcp-anything/server
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 gabrielekarra/mcp-anything --skill server
Clone the repo
git clone --depth 1 https://github.com/gabrielekarra/mcp-anything

Made for: Claude Code, 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 server

README.md
[![agentmods](https://agentmods.dev/badge/skills/gabrielekarra/mcp-anything/server.svg)](https://agentmods.dev/skills/gabrielekarra/mcp-anything/server)
Your own site
<a href="https://agentmods.dev/skills/gabrielekarra/mcp-anything/server"><img src="https://agentmods.dev/badge/skills/gabrielekarra/mcp-anything/server.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 472 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.00000 $0.00472
Opus 5 $0.00000 $0.00236
Sonnet 5 $0.00000 $0.00094
Haiku 4.5 $0.00000 $0.00047

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

Security

Grade A, and why

server 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 8d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (skybridge/.skybridge/views.d.ts, skybridge/src/discovery.ts, skybridge/src/server.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

examples/spotify-playlist-generator/server/SKILL.md · 42 lines

How it starts

The opening of the file, as written. The whole thing — 42 lines — stays where its author put it; the contents beside it link to each section on GitHub.

spotify-playlist-generator — SKILL.md

Overview

Use this MCP server to generate Spotify playlists from a user-requested duration and mood/vibe. The primary response returns selected tracks with cover art URL, song name, duration, singers/artists, album, Spotify URI, and Spotify URL.

Tools

generate_spotify_playlist

Generates a Spotify playlist candidate list from duration_minutes and mood_vibe. Set create_playlist=true to create the playlist in the current user's Spotify account.

Parameters:

  • duration_minutes (number, required): target playlist duration, 5 to 480 minutes.
  • mood_vibe (string, required): natural language vibe such as rainy indie, workout, chill focus, or late-night drive.
  • market (string, optional): two-letter Spotify market code; defaults to US.
  • playlist_name (string, optional): playlist name when creating it in Spotify.
  • create_playlist (boolean, optional): create the playlist in Spotify.
  • public (boolean, optional): make the created playlist public.

setup_spotify_oauth

Returns a Spotify authorization URL for playlist write scopes. Use this when the server does not yet have SPOTIFY_ACCESS_TOKEN or SPOTIFY_REFRESH_TOKEN.

exchange_spotify_code

Exchanges a Spotify OAuth callback code for access and refresh tokens. Store the returned refresh token in SPOTIFY_REFRESH_TOKEN.

Usage Patterns

  • Preview only: call generate_spotify_playlist with duration_minutes, mood_vibe, and optional market.
  • Create in Spotify: complete OAuth setup first, then call generate_spotify_playlist with create_playlist=true.
  • OAuth setup: call setup_spotify_oauth, open the returned URL, then call exchange_spotify_code with the callback code.

Gotchas

  • Creating playlists requires a user OAuth token with playlist-modify-private or playlist-modify-public.
  • Preview generation can use Spotify client credentials, but playlist creation cannot.
  • Spotify market availability can change results; use the user's country if they ask for region-specific music.
  • The server does not store secrets. Configure credentials with environment variables.

Read the full file on GitHub · 42 lines

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. 8d ago First seen · 42 lines · 0 tokens per session scan A af2230d9853d

Subscribe to this mod's changes

server is a skill published in the GitHub repository gabrielekarra/mcp-anything (43 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 472 tokens. 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-30.