Stock Image MCP for LangChain
io.github.hasilt/images-mcp
Search and download stock images from Unsplash, Pexels, Pixabay, Freepik, StockVault, and Burst
client:LangChain
transport:stdio
runtime:pypi
Install Stock Image MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"images-mcp": {
"transport": "stdio",
"command": "uvx",
"args": ["stock-image-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs