Skip to main content
Glama

Spotify MCP Server

by marcelmarais
name: CI on: push: branches: [main, master] pull_request: branches: [main, master] jobs: lint-typecheck: name: Lint and Typecheck runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20' - name: Cache npm dependencies uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-npm- - name: Install dependencies run: npm install - name: Run Biome linting run: npm run lint - name: Run TypeScript type checking run: npm run typecheck

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