langgraph-mcp-agents

braincrew-lab/langgraph-mcp-agents
★ 700 stars Python 🤖 AI/LLM Updated 1d ago
LangGraph-powered ReAct agent with Model Context Protocol (MCP) integration. A Streamlit web interface for dynamically configuring, deploying, and interacting with AI agents capable of accessing various data sources and APIs through MCP tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "langgraph-mcp-agents": {
      "command": "uvx",
      "args": [
        "langgraph-mcp-agents"
      ]
    }
  }
}

Or install with pip: pip install langgraph-mcp-agents

README Excerpt

`LangChain-MCP-Adapters` is a toolkit provided by **LangChain AI** that enables AI agents to interact with external tools and data sources through the Model Context Protocol (MCP). This project provides a user-friendly interface for deploying ReAct agents that can access various data sources and APIs through MCP tools.

Tools (3)

ANTHROPIC_API_KEYLANGSMITH_API_KEYOPENAI_API_KEY