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 とエージェント」の他のコンテンツ