Imagcon for LangChain
io.github.explorer-64/imagcon-mcp
Generate PWA icon sets and iOS splash screens from a text prompt or an existing image.
client:LangChain
transport:streamable-http
runtime:mcpb
Install Imagcon in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"imagcon-mcp": {
"transport": "streamable_http",
"url": "https://mcp.imagcon.app/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs