Enables LangChain ReAct agents to utilize Model Context Protocol (MCP) server tools.
This Python-based client facilitates seamless integration between LangChain agents and MCP servers, allowing the agent to leverage a wide range of tools exposed through the Model Context Protocol. It uses the `langchain_mcp_tools` library to convert MCP server tools into a LangChain-compatible format. Supporting LLMs from Anthropic, OpenAI, and Groq, the client enables the agent to interact with various MCP server categories through tool invocations.