webfetch for LangChain
io.github.ashlrai/webfetch
License-first federated image search with attribution, dimensions, and download tooling.
client:LangChain
transport:stdio
runtime:npm
Install webfetch in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"webfetch": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "getwebfetch-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs