MCP Client Chatbot
@cgoinglove
About MCP Client Chatbot
🚀 Open source MCP Client: A Multi-provider AI Chatbot Solution
Overview
What is MCP Client Chatbot?
MCP Client Chatbot is an open-source chatbot template built with Next.js and the Vercel AI SDK that integrates external tools via the Model Context Protocol (MCP). It runs as a web application on localhost, Docker, or Vercel, and is designed for developers and users who want a seamless, tool‑augmented chat experience.
How to use MCP Client Chatbot?
Install dependencies with pnpm i, copy the auto‑generated .env file, and fill in at least one LLM provider API key (e.g., OPENAI_API_KEY). For local use, start PostgreSQL with pnpm docker:pg, run migrations (pnpm db:migrate), then start the dev server (pnpm dev). Alternatively, use Docker Compose (pnpm docker-compose:up). Once running, add MCP servers via the built‑in configuration interface and begin chatting.
Key features of MCP Client Chatbot
- MCP tool integration for browser automation, APIs, and more.
- Realtime voice assistant with MCP tool support.
- Quick tool mentions via
@and switchable presets. - Tool Choice Mode: Auto, Manual, or None per chat.
- Temporary chat windows for quick side conversations.
- Agentic chatbot with customizable project instructions.
Use cases of MCP Client Chatbot
- Automate multi‑step browser tasks (e.g., navigate, read, close) using Playwright MCP.
- Build a voice‑activated assistant that can call tools in real time.
- Organize tools by workflow with quick‑switch presets and mentions.
- Create a custom assistant for specific projects by combining MCP servers with instructions.
- Test and iterate on MCP tools in a dedicated chat environment.
FAQ from MCP Client Chatbot
—
Basic information
More Agent Frameworks MCP clients
GenAIScript
microsoftAutomatable GenAI Scripting
Unified MCP Client Library
pietrozullomcp-use is the easiest way to interact with mcp servers with custom agents
MCP Agent Graph (MAG)
keta1930MCP Agent Graph (MAG) is an agent development framework for rapidly building agent systems. This project is based on graphs, nodes, and MCP to quickly construct complex Agent systems.
Computer Use AI SDK
mediar-ai🚀 MCPOmni Connect - Universal Gateway to MCP Servers
Abiorh001MCPOmni Connect is an agent execution runtime that connects to multiple MCP servers via stdio, SSE, or streamable HTTP. It supports chat, autonomous agents, and planner-based orchestration treating each MCP server as a tool agent to enable dynamic multi-agent workflows across LLM
Comments