scrapegraph mcp for LangChain
io.github.scrapegraphai/scrapegraph-mcp
AI-powered web scraping and data extraction capabilities through ScrapeGraph API
client:LangChain
transport:stdio
runtime:pypi
Install scrapegraph mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"scrapegraph-mcp": {
"transport": "stdio",
"command": "uvx",
"args": ["scrapegraph-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs