Confidential guide on numerology and astrology, based of GG33 Public information

Spotify-MCP
Un servidor MCP Spotify
3 years
Works with Finder
1
Github Watches
1
Github Forks
1
Github Stars
MCP Server for Spotify
This MCP server integrates with the Spotify API to allow you to manage and create playlists through Claude.
Features
- Search for tracks, artists, and albums
- Create and modify playlists
- Browse user playlists
- Get recommendations based on tracks, artists, and genres
Authentication Setup
- Create a Spotify App in the Spotify Developer Dashboard
- Set the redirect URI to
http://localhost:8888/callback
- Use the included auth app to get your refresh token:
# Go to the auth-app directory
cd auth-app
# Install dependencies
npm install
# Run the auth app
npm start
-
Follow the instructions in the browser to authorize and obtain your refresh token
-
Set the required environment variables:
export SPOTIFY_CLIENT_ID="your-client-id"
export SPOTIFY_CLIENT_SECRET="your-client-secret"
export SPOTIFY_REFRESH_TOKEN="your-refresh-token"
Running the Server
Once you have the required environment variables, you can run the server:
# From the root directory
npm install
npm run build
node dist/index.js
Docker Usage
You can also build and run the server using Docker:
# Build the Docker image
podman build -t mcp/spotify -f src/spotify/Dockerfile .
# Run the container with environment variables
podman run -e SPOTIFY_CLIENT_ID="your-client-id" \
-e SPOTIFY_CLIENT_SECRET="your-client-secret" \
-e SPOTIFY_REFRESH_TOKEN="your-refresh-token" \
mcp/spotify
Usage with Claude
Add the following to your server configuration
{
"mcpServers": {
"spotify": {
"command": "podman",
"args": [
"run",
"-i",
"--rm",
"-e",
"SPOTIFY_CLIENT_ID=your-client-id",
"-e",
"SPOTIFY_CLIENT_SECRET=your-client-secret",
"-e",
"SPOTIFY_REFRESH_TOKEN=your-refresh-token",
"mcp/spotify"
]
}
}
}
Prompting
Once the MCP server is running, Claude can utilize it to:
- Search for music on Spotify
- Create playlists based on themes or genres
- Add tracks to playlists
- Explore your existing playlists
- Get recommendations based on your music preferences
Simply ask Claude to create a playlist or find music, and it will utilize the appropriate Spotify API tools through the MCP server.
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Take an adjectivised noun, and create images making it progressively more adjective!
Advanced software engineer GPT that excels through nailing the basics.
I find academic articles and books for research and literature reviews.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Espejo dehttps: //github.com/agentience/practices_mcp_server
Espejo de https: //github.com/bitrefill/bitrefill-mcp-server
Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.
Un bot de chat de IA para equipos pequeños y medianos, que apoyan modelos como Deepseek, Open AI, Claude y Gemini. 专为中小团队设计的 ai 聊天应用 , 支持 Deepseek 、 Open ai 、 Claude 、 Géminis 等模型。
Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)
Puente entre los servidores Ollama y MCP, lo que permite a LLM locales utilizar herramientas de protocolo de contexto del modelo
Reviews

user_PO2joOwd
spotify-mcp by richbai90 is a fantastic tool for enhancing your Spotify experience. Its seamless integration and easy-to-use interface make managing playlists and discovering new music a breeze. Highly recommend for any music enthusiast looking to streamline their Spotify usage! Check it out on GitHub: https://github.com/richbai90/spotify-mcp