Skip to main content
Glama

Spotify Playlist MCP Server

by kylestratis
pyproject.toml604 B
[project] name = "spotify-playlist-mcp" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ "httpx>=0.28.1", "mcp[cli]>=1.19.0", "pydantic>=2.12.3", "python-dotenv>=1.2.1", ] [project.optional-dependencies] dev = [ "pytest>=8.3.4", "pytest-asyncio>=0.24.0", ] [tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"] python_classes = ["Test*"] python_functions = ["test_*"] addopts = "-v --strict-markers" markers = [ "unit: Unit tests that don't require external dependencies", ]

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/kylestratis/spotify-mcp'

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