From 3e6c1f094b9568194396f6c2c32463108d7bb7d1 Mon Sep 17 00:00:00 2001 From: NitroRCr Date: Sun, 30 Mar 2025 16:39:39 +0800 Subject: [PATCH] Update clients.mdx --- clients.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/clients.mdx b/clients.mdx index 2a45744..73c4acd 100644 --- a/clients.mdx +++ b/clients.mdx @@ -12,6 +12,7 @@ This page provides an overview of applications that support the Model Context Pr | [Claude Desktop App][Claude] | ✅ | ✅ | ✅ | ❌ | ❌ | Full support for all MCP features | | [Claude Code][Claude Code] | ❌ | ✅ | ✅ | ❌ | ❌ | Supports prompts and tools | | [5ire][5ire] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. | +| [AIaW][AIaW] | ✅ | ✅ | ✅ | ❌ | ❌ | Supports tools, resources and prompts. | | [BeeAI Framework][BeeAI Framework] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in agentic workflows. | | [Cline][Cline] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools and resources. | | [Continue][Continue] | ✅ | ✅ | ✅ | ❌ | ❌ | Full support for all MCP features | @@ -52,6 +53,7 @@ This page provides an overview of applications that support the Model Context Pr [TheiaAI/TheiaIDE]: https://eclipsesource.com/blogs/2024/12/19/theia-ide-and-theia-ai-support-mcp/ [Superinterface]: https://superinterface.ai [5ire]: https://github.com/nanbingxyz/5ire +[AIaW]: https://github.com/NitroRCr/AIaW [Apify MCP Tester]: https://apify.com/jiri.spilka/tester-mcp-client [BeeAI Framework]: https://i-am-bee.github.io/beeai-framework [fast-agent]: https://github.com/evalstate/fast-agent @@ -101,6 +103,15 @@ Claude Code is an interactive agentic coding tool from Anthropic that helps you - It is open-source and user-friendly, suitable for beginners. - Future support for MCP will be continuously improved. +### AIaW +[AIaW](https://github.com/NitroRCr/AIaW) is an open source, full-featured and lightweight AI Chat client with full support for MCP. + +**Key features:** +- Full platforms support: Windows, Linux, Mac OS, Android, Web (PWA). +- Support MCP tools, resources and prompts. +- Support both STDIO and SSE. +- Other features: multiple workspaces, cloud sync, dynamic promps, etc. + ### BeeAI Framework [BeeAI Framework](https://i-am-bee.github.io/beeai-framework) is an open-source framework for building, deploying, and serving powerful agentic workflows at scale. The framework includes the **MCP Tool**, a native feature that simplifies the integration of MCP servers into agentic workflows.