Skip to content
LangChain

spotify for LangChain

com.jojapi/spotify

Spotify: Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.

client:LangChain transport:streamable-http tools:37

Install spotify in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "spotify": {
            "transport": "streamable_http",
            "url": "https://mcp.jojapi.com/spotify",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

All 37 tools →

spotify in other clients