sample-langchain-mcp-client

visier/sample-langchain-mcp-client
★ 0 stars Python 🤖 AI/LLM Updated today
A sample MCP client to connect to Visier MCP server, based on LangChain libraries.
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": {
    "sample-langchain-mcp": {
      "command": "uvx",
      "args": [
        "sample-langchain-mcp-client"
      ]
    }
  }
}

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

README Excerpt

This project provides a LangGraph MCP (Model Context Protocol) client for connecting to a Visier MCP server using OAuth 2.0 authorization code flow. It features a web UI that lets you interact with an AI agent to query your Visier data. *The main interface shows server connection details, available MCP tools, and a simple agent chat interface.*

Tools (4)

AGENT_BACKENDboto3ollamaopenai