Skip to main content
Glama

Spotify MCP Server

by marcelmarais
#!/usr/bin/env node import { authorizeSpotify } from './utils.js'; console.log('Starting Spotify authentication flow...'); authorizeSpotify() .then(() => { console.log('Authentication completed successfully!'); process.exit(0); }) .catch((error) => { console.error('Authentication failed:', error); process.exit(1); });

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/marcelmarais/spotify-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server