Skip to main content
Glama

Spotify MCP Server

by marcelmarais
package.json898 B
{ "type": "module", "name": "spotify-mcp-server", "version": "1.0.0", "main": "index.js", "bin": { "spotify-mcp": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "auth": "tsc && node build/auth.js", "lint": "biome check --diagnostic-level=warn --error-on-warnings", "lint:fix": "biome check --write --unsafe --organize-imports-enabled=true", "typecheck": "tsc --noEmit" }, "files": ["build"], "keywords": [], "author": "Marcel Marais", "description": "A Model Context Protocol server for Spotify integration", "dependencies": { "@modelcontextprotocol/sdk": "^1.10.1", "@spotify/web-api-ts-sdk": "^1.2.0", "open": "^10.1.0", "zod": "^3.24.2" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/node": "^22.13.8", "typescript": "^5.8.2" } }

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