MCP.so
Sign In

LangChain MCP Client Streamlit App

@guinacio

About LangChain MCP Client Streamlit App

This Streamlit application provides a user interface for connecting to MCP (Model Context Protocol) servers and interacting with them using different LLM providers (OpenAI, Anthropic, Google, Ollama).

Basic information

Category

AI & Agents

License

MIT

Runtime

python

Transports

stdio

Publisher

guinacio

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "langchain-mcp-client": {
      "command": "uv",
      "args": [
        "sync",
        "--all-extras",
        "--dev"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is LangChain MCP Client Streamlit App?

A Streamlit application that provides a user interface for connecting to MCP (Model Context Protocol) servers and interacting with them using different LLM providers (OpenAI, Anthropic, Google, Ollama). It is designed for developers and users who want to combine MCP tool access with multiple large language models through a chat interface.

How to use LangChain MCP Client Streamlit App?

Clone the repository and install dependencies using uv sync --all-extras --dev or `

Comments

More AI & Agents MCP servers