This repository hosts a web-based MCP client for creating and managing advanced chatbot applications, integrating with backend MCP servers via SSE for real-time interaction and Dify for chatbot management.
A Web-based MCP (Model Context Protocol) client for creating and managing advanced Chatbot applications, integrated with backend MCP servers via SSE (Server-Sent Events).
The MCP Web Client adopts a front-end/back-end separated architecture:
git clone https://github.com/yourusername/mcp-web-client.git
cd mcp-web-client
cd frontend
pnpm install
cd ../backend
pnpm install
Create .env files for the frontend and backend, filling in the required environment variables based on .env.example.
# Start the frontend and backend (execute in the project root directory)
docker-compose up
Open your browser and visit http://localhost:3000
This project is licensed under the MIT License.
jinruoxinchen/mcp-web-client
March 19, 2025
March 26, 2025
TypeScript