mcp-client-server-langchain

yashas224/mcp-client-server-langchain
★ 0 stars Python AI/LLM Updated 3d ago
Building a MCP client /AI agent that interacts with 2 MCP servers .
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-client-server-la": {
      "command": "uvx",
      "args": [
        "mcp-client-server-langchain"
      ]
    }
  }
}

Or install with pip: pip install mcp-client-server-langchain