infytool for LangChain
io.github.krupalghori44-dev/infytool
Find the right InfyTool among 180+ free in-browser file tools and get deep links. No uploads.
client:LangChain
transport:stdio
runtime:npm
Install infytool in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"infytool": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "infytool-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs