Logospell for LangChain
com.logospell/logospell
AI-agent image generation: cohesive sets & illustrations. Resize a set or export icons, free.
client:LangChain
transport:streamable-http
Install Logospell in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"logospell": {
"transport": "streamable_http",
"url": "https://mcp.logospell.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs