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
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 `
More AI & Agents MCP servers
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Comments