Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Add AIaW to client examples #237

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down