mcp-client-chatbot.md

MCP Client Chatbot

UI App
from"MCP"

Sample MCP chatbot client with UI

Communication
chatbotclientMCPUI
install.sh
# Clone the repository
$git clone https://github.com/MCP/mcp-client-chatbot
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve