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

Add WhatsMCP client and fix formatting of roo code #247

Open
wants to merge 2 commits 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
14 changes: 13 additions & 1 deletion clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |



Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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, full OAuth2 support
- 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.
Expand Down