Skip to content
LangChain

HasData Google Images for LangChain

com.hasdata/google-images

Google Images results with source pages, thumbnails and full-resolution URLs, as JSON.

client:LangChain transport:streamable-http runtime:npm

Install HasData Google Images in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "google-images": {
            "transport": "streamable_http",
            "url": "https://mcp.hasdata.com/mcp?apis=google_images",
        }
})

tools = await client.get_tools()

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

HasData Google Images in other clients