$git clone https://github.com/AI-QL/tuuiThis repository is essentially an LLM chat desktop application based on MCP. It also represents a bold experiment in creating a complete project using AI. Many components within the project have been directly converted or generated from the prototype project through AI.
| 1 | # <img src="https://cdn.jsdelivr.net/gh/AI-QL/tuui@main/buildAssets/icons/icon.png" alt="Logo" width="24"/> TUUI - Local AI Playground with MCP |
| 2 | |
| 3 | #### TUUI is a desktop MCP client designed as a tool unitary utility integration, accelerating AI adoption through the Model Context Protocol (MCP) and enabling cross-vendor LLM API orchestration. |
| 4 | |
| 5 | ## `Zero accounts` `Full control` `Open source` `Download and Run` |
| 6 | |
| 7 | [](https://github.com/AI-QL/tuui/releases/latest) [](https://github.com/AI-QL/tuui/releases/latest) [](https://github.com/AI-QL/tuui/releases/latest) |
| 8 | |
| 9 | ## 📜 Introduction |
| 10 | |
| 11 | [](https://modelcontextprotocol.io/clients#aiql-tuui) [](https://vuejs.org) [](https://vuetifyjs.com) [](https://github.com/AI-QL/tuui/blob/main/LICENSE) [](https://deepwiki.com/AI-QL/tuui) |
| 12 | |
| 13 | This repository is essentially an **LLM chat desktop application based on MCP**. It also represents a bold experiment in **creating a complete project using AI**. Many components within the project have been directly converted or generated from the prototype project through AI. |
| 14 | |
| 15 | Given the considerations regarding the quality and safety of AI-generated content, this project employs strict syntax checks and naming conventions. Therefore, for any further development, please ensure that you use the linting tools I've set up to check and automatically fix syntax issues. |
| 16 | |
| 17 | ## ✨ Highlights |
| 18 | |
| 19 | - ✨ Accelerate AI tool integration via MCP |
| 20 | - ✨ Orchestrate cross-vendor LLM APIs through dynamic configuring |
| 21 | - ✨ Automated application testing Support |
| 22 | - ✨ TypeScript support |
| 23 | - ✨ Multilingual support |
| 24 | - ✨ Basic layout manager |
| 25 | - ✨ Global state management through the Pinia store |
| 26 | - ✨ Quick support through the GitHub community and official documentation |
| 27 | |
| 28 | ## 🔥 MCP features |
| 29 | |
| 30 | | Status | Feature | Category | Note | |
| 31 | | --- | --- | --- | --- | |
| 32 | | ✅ | [Tools](https://modelcontextprotocol.io/specification/latest/server/tools) | Server | | |
| 33 | | ✅ | [Prompts](https://modelcontextprotocol.io/specification/latest/server/prompts) | Server | | |
| 34 | | ✅ | [Resources](https://modelcontextprotocol.io/specification/latest/server/resources) | Server | | |
| 35 | | 🔲 | [Roots](https://modelcontextprotocol.io/specification/latest/client/roots) | Client | This is generally only used for the Vibe Coding IDE and can typically be configured through server environment variables. | |
| 36 | | ✅ | [Sampling](https://modelcontextprotocol.io/specification/latest/server/sampling) | Client | | |
| 37 | | ✅ | [Elicitation](https://modelcontextprotocol.io/specification/latest/server/elicitation) | Client | | |
| 38 | | ✅ | [Discovery](https://github.com/modelcontextprotocol/registry) | Registry | Provides real-time MCP server discovery on the MCP registry | |
| 39 | | ✅ | [MCPB](https://github.com/modelcontextprotocol/mcpb) | Extension | MCP Bundles (.mcpb) is the new name for what was previously known as Desktop Extensions (.dxt) | |
| 40 | |
| 41 | ## 🚀 Getting Started |
| 42 | |
| 43 | You can quickly get started with the project through a variety of options tailored to your role and needs: |
| 44 | |
| 45 | - To `explore` the project, visit the wiki page: [TUUI.com](https://www.tuui.com) |
| 46 | |
| 47 | - To `download` and use the application directly, go to the releases page: [Releases](https://github.com/AI-QL/tuui/releases/latest) |
| 48 | |
| 49 | - For `developer` setup, refer to the installation guide: [Getting Started (English)](docs/src/en/installation-and-build/getting-started.md) | [快速入门 (中文)](docs/src/zhHans/installation-and-build/getting-started.md) |
| 50 | |
| 51 | - To `ask the AI` directly about the projec |