Skip to content
LangChain

comiceditorial for LangChain

io.github.jyswee/comiceditorial

Comic publishing for coding agents. Comics, chapters, AI panels, CBZ export. stdio + remote SSE.

client:LangChain transport:sse runtime:npm

Install comiceditorial in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

comiceditorial in other clients