Skip to content
LangChain

Pixelesq for LangChain

com.pixelesq/pixelesq

Build and manage Pixelesq websites from a conversation: pages, sections, content, SEO, analytics.

client:LangChain transport:streamable-http

Install Pixelesq in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "pixelesq": {
            "transport": "streamable_http",
            "url": "https://mcp.pixelesq.app/mcp",
        }
})

tools = await client.get_tools()

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

Pixelesq in other clients