Integrates Model Context Protocol endpoint tools into a Langraph tool node for AI workflows.
This project provides an example of how to integrate Model Context Protocol (MCP) endpoint tools into a Langraph tool node, enabling the creation of AI-powered workflows. The example features a simple graph with 'agent' and 'tool' nodes. It leverages the `@modelcontextprotocol/server-brave-search` MCP Server sample, requiring Brave Search API key and allowing for easy integration with AI providers such as Anthropic. The multi_server branch showcases a more advanced implementation utilizing multiple MCP servers simultaneously.