Spotify-MCP MCP Server
Omm2005/Spotify-MCP
Model Context Protocol (MCP) server for Spotify that lets AI agents search, browse, and control Spotify using the Web API for personalized music and playlist workflows.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
Omm2005/Spotify-MCP is a TypeScript MCP server. Model Context Protocol (MCP) server for Spotify that lets AI agents search, browse, and control Spotify using the Web API for personalized music and playlist workflows. Topics: cloudflare-workers, mcp-server, poke, typescript.
Ranked #65 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
2 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Spotify MCP Server on Cloudflare Workers (OAuth, Multi-User) This server is now configured for production-style multi-user auth: - MCP clients authenticate via OAuth endpoints on this Worker. - Users authorize with Spotify using their own Spotify app credentials (BYO Client ID/Secret). - User refresh tokens and BYO client credentials are stored in encrypted OAuth props. ## Architecture - MCP API: `/mcp` - OAuth authorize: `/authorize` - OAuth token: `/token` - OAuth client registration: `/register` - Spotify callback: `/callback` ## 1) Install ```bash cd /Users/omshah/Desktop/MCP/spotify-mcp-cloudflare npm install ``` ## 2) Create KV Namespace (for OAuth state) ```bash npx wrangler kv namespace create OAUTH_KV ``` Copy the returned ID into [wrangler.jsonc](/Users/omshah/Desktop/MCP/spotify-mcp-cloudflare/wrangler.jsonc) at: - `kv_namespaces[0].id` ## 3) Set Worker Secrets ```bash npx wrangler secret put COOKIE_ENCRYPTION_KEY npx wrangler secret put ALLOWED_MCP_CLIENT_IDSRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.