Pixelixe for LangChain
com.pixelixe/pixelixe-mcp
Brand-safe MCP for AI agents to create editable, on-brand graphics and automate variants.
client:LangChain
transport:streamable-http
Install Pixelixe in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"pixelixe-mcp": {
"transport": "streamable_http",
"url": "https://studio.pixelixe.com/api/mcp/v1",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs