MCP Directory
Back

chat-ui

by AI-QL · HTML · ★ 93

Single-File AI Chatbot UI with Multimodal & MCP Support: An All-in-One HTML File for a Streamlined Chatbot Conversational Interface

#ai-chatbot#chat-ui#chatbot#chatgpt#html#llm#mcp#model-context-protocol#typescript#vue3

Install

git clone https://github.com/AI-QL/chat-ui.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "chat-ui": {
      "command": "npx",
      "args": [
        "-y",
        "github:AI-QL/chat-ui"
      ]
    }
  }
}

From the README

[](https://vuejs.org) [](https://vuetifyjs.com) [](https://hub.docker.com/repository/docker/aiql/chat-ui/tags?page=1&ordering=last_updated) [](https://github.com/AI-QL/chat-ui/blob/main/LICENSE) The UI of Chat is becoming increasingly complex, often encompassing an entire front-end project along with deployment solutions. This repository aims to construct the entire front-end UI using a single HTML file, aiming for a minimalist approach to create a chatbot. By simplifying the structure and key functions, developers can quickly set up and experiment with a functional chatbot, adhering to a…
Read full README on GitHub →

Related filesystem servers