Single-File AI Chatbot UI with Multimodal & MCP Support: An All-in-One HTML File for a Streamlined Chatbot Conversational Interface
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"chat-ui": {
"command": "npx",
"args": [
"-y",
"AI-QL/chat-ui"
]
}
}
}
Run in terminal:
claude mcp add chat-ui npx -y AI-QL/chat-ui
Add to .cursor/mcp.json:
{
"mcpServers": {
"chat-ui": {
"command": "npx",
"args": [
"-y",
"AI-QL/chat-ui"
]
}
}
}