Skip to content
LangChain

Kimage for LangChain

dev.kaneky/kimage

Generate original images from text; prompts and results are content-checked. Paid per image, x402.

client:LangChain transport:streamable-http tools:1

Install Kimage in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "kimage": {
            "transport": "streamable_http",
            "url": "https://kimage.kaneky.dev/mcp",
        }
})

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

Kimage in other clients