Skip to content

Vchat7

Free

by MCP Community

Embeddable AI chatbot widget for React applications with MCP tool calling support

v1.4.0Added Apr 12, 2026
chatbotreactwidgetaichat
Works with:ClaudeGPTGeminiCopilot

Vchat7 MCP Server

Embeddable AI chatbot widget for React applications with MCP tool calling support

Installation

npx -y vchat7

Reviews

Leave a Review

Installation

Quick install
npx -y vchat7
Add to claude_desktop_config.json
{
  "mcpServers": {
    "vchat7": {
      "command": "npx",
      "args": ["-y", "vchat7"]
    }
  }
}