MCP.so
登录

LangChain MCP Client Streamlit App

@guinacio

关于 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).

基本信息

分类

AI 与智能体

许可证

MIT

运行时

python

传输方式

stdio

发布者

guinacio

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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 `

评论

AI 与智能体 分类下的更多 MCP 服务器