langgraph-mcp-agents

teddynote-lab/langgraph-mcp-agents
★ 691 stars Python 🤖 AI/LLM Updated 1mo 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