Skip to content

Commit 5f87226

Browse files
authored
Merge pull request modelcontextprotocol#620 from AI-QL/add-tuui-client
docs: Add AIQL MCP client to clients list
2 parents 1cfdf1e + d1e84ec commit 5f87226

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/clients.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This page provides an overview of applications that support the Model Context Pr
1616
| [5ire][5ire] ||||||| Supports tools. |
1717
| [AgentAI][AgentAI] ||||||| Agent Library written in Rust with tools support |
1818
| [AgenticFlow][AgenticFlow] ||||||| Supports tools, prompts, and resources for no-code AI agents and multi-agent workflows. |
19+
| [AIQL TUUI][AIQL TUUI] ||||||| Supports tools, prompts, resources, and sampling for MCP servers via Multi-LLM APIs. |
1920
| [Amazon Q CLI][Amazon Q CLI] ||||||| Supports prompts and tools. |
2021
| [Apify MCP Tester][Apify MCP Tester] ||||||| Supports remote MCP servers and tool discovery. |
2122
| [Augment Code][AugmentCode] ||||||| Supports tools in local and remote agents. |
@@ -84,6 +85,7 @@ This page provides an overview of applications that support the Model Context Pr
8485
[AgentAI]: https://github.com/AdamStrojek/rust-agentai
8586
[AgenticFlow]: https://agenticflow.ai/mcp
8687
[AIQ toolkit]: https://github.com/NVIDIA/AIQToolkit
88+
[AIQL TUUI]: https://github.com/AI-QL/tuui
8789
[Amazon Q CLI]: https://github.com/aws/amazon-q-developer-cli
8890
[Apify MCP Tester]: https://apify.com/jiri.spilka/tester-mcp-client
8991
[AugmentCode]: https://augmentcode.com
@@ -181,6 +183,24 @@ This page provides an overview of applications that support the Model Context Pr
181183

182184
- [AgenticFlow MCP Integration](https://agenticflow.ai/mcp)
183185

186+
### AIQL TUUI
187+
188+
[AIQL TUUI] is a native, cross-platform desktop AI chat application with MCP support. It supports multiple AI providers (e.g., Anthropic, Cloudflare, Deepseek, OpenAI, Qwen), local AI models (via vLLM, Ray, etc.), and aggregated API platforms (such as Deepinfra, Openrouter, and more).
189+
190+
**Key features:**
191+
192+
- **Dynamic LLM API & Agent Switching**: Seamlessly toggle between different LLM APIs and agents on the fly.
193+
- **Comprehensive Capabilities Support**: Built-in support for tools, prompts, resources, and sampling methods.
194+
- **Configurable Agents**: Enhanced flexibility with selectable and customizable tools via agent settings.
195+
- **Advanced Sampling Control**: Modify sampling parameters and leverage multi-round sampling for optimal results.
196+
- **Cross-Platform Compatibility**: Fully compatible with macOS, Windows, and Linux.
197+
- **Free & Open-Source (FOSS)**: Permissive licensing allows modifications and custom app bundling.
198+
199+
**Learn more:**
200+
201+
- [TUUI document](https://www.tuui.com/)
202+
- [AIQL GitHub repository](https://github.com/AI-QL)
203+
184204
### Amazon Q CLI
185205

186206
[Amazon Q CLI](https://github.com/aws/amazon-q-developer-cli) is an open-source, agentic coding assistant for terminals.

0 commit comments

Comments
 (0)