From 44824e11fa4b2e5dacfcee6206191dce7bf40161 Mon Sep 17 00:00:00 2001 From: Josh Warwick Date: Tue, 1 Apr 2025 12:00:22 +0100 Subject: [PATCH 1/2] Add WhatsMCP client and fix formatting of roo code --- clients.mdx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/clients.mdx b/clients.mdx index 6b0df2f..2a37859 100644 --- a/clients.mdx +++ b/clients.mdx @@ -37,7 +37,8 @@ This page provides an overview of applications that support the Model Context Pr | [SpinAI][SpinAI] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools for Typescript AI Agents | | [OpenSumi][OpenSumi] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in OpenSumi | | [Daydreams Agents][Daydreams] | ✅ | ✅ | ✅ | ❌ | ❌ | Support for drop in Servers to Daydreams agents | -| [Apify MCP Tester][Apify MCP Tester] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools | +| [Apify MCP Tester][Apify MCP Tester] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools | +| [WhatsMPC][WhatsMPC] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools | @@ -74,6 +75,7 @@ This page provides an overview of applications that support the Model Context Pr [Sampling]: https://modelcontextprotocol.io/docs/concepts/sampling [Microsoft Copilot Studio]: https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp [VS Code]: https://code.visualstudio.com/ +[WhatsMPC]: https://wassist.app/mcp ## Client details @@ -324,6 +326,16 @@ It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you - Works with the [Apify MCP Server](https://apify.com/apify/actors-mcp-server) to interact with one or more Apify [Actors](https://apify.com/store). - Dynamically utilizes tools based on context and user queries (if supported by the server). + +### WhatsMPC +[WhatsMPC](https://wassist.app/mcp) is an MCP client for WhatsApp. WhatsMCP lets you interact with your AI stack from the comfort of a WhatsApp chat. + +**Key features:** +- Supports MCP tools +- SSE transport only +- Chat flow management for WhatsApp messages +- One click setup for connecting + ## Adding MCP support to your application If you've added MCP support to your application, we encourage you to submit a pull request to add it to this list. MCP integration can provide your users with powerful contextual AI capabilities and make your application part of the growing MCP ecosystem. From 96ea8ce48e4a2a362c6af6af4188dff3703f8141 Mon Sep 17 00:00:00 2001 From: Josh Warwick Date: Tue, 8 Apr 2025 09:32:32 +0100 Subject: [PATCH 2/2] Add auth --- clients.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients.mdx b/clients.mdx index 2a37859..c959be1 100644 --- a/clients.mdx +++ b/clients.mdx @@ -332,7 +332,7 @@ It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you **Key features:** - Supports MCP tools -- SSE transport only +- SSE transport only, full OAuth2 support - Chat flow management for WhatsApp messages - One click setup for connecting