apify mcp server for LangChain
com.apify/apify-mcp-server
Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡
client:LangChain
transport:streamable-http
Install apify mcp server in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"apify-mcp-server": {
"transport": "streamable_http",
"url": "https://mcp.apify.com/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs