MCP Wassenger MCP Server

Wassenger WhatsApp MCP connector

Remote serverstreamable-httpGo

What is the MCP Wassenger MCP server?

Wassenger WhatsApp MCP connector. The mcp wassenger mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 4 defined tools rather than through you.

What it actually does

🚀 Supercharge your WhatsApp automation driven by AI! Send messages, summarize conversations, and manage chats using natural language from your favorite AI assistant like ChatGPT, Claude, or custom AI agents.

Wassenger is a versatile WhatsApp Team Chat and API solution for business messaging to automate anything on WhatsApp.

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Its toolset

Everything the assistant can do here goes through one of these:

  • Flags — The Flags tool exposed by this server
  • CursorOfficial Docs. The configuration file is located at ~/.cursor/mcp.json
  • WindsurfOfficial Docs. The configuration file is located at ~/.codeium/windsurf/mcp_config.json
  • ClineOfficial Docs. The configuration file is located at ~/.cline/mcp_servers.json

Configuration

You will need 4 environment variables: WASSENGER_API_KEY, WASSENGER_API, OPENAI_API_KEY, YOUR_WASSENGER_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp wassenger mcp server does with a few real requests.

When to reach for it

This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Wassenger's toolset — Flags, Cursor, Windsurf and 1 more — is a fair guide to whether it matches your workflow. It is maintained by wassengerhq; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
FlagsThe Flags tool exposed by this server.
Cursor[Official Docs](https://docs.cursor.com/context/model-context-protocol). The configuration file is located at ~/.cursor/mcp.json.
Windsurf[Official Docs](https://docs.codeium.com/windsurf/mcp). The configuration file is located at ~/.codeium/windsurf/mcp_config.json.
Cline[Official Docs](https://cline.bot/docs/mcp). The configuration file is located at ~/.cline/mcp_servers.json.

How to install the MCP Wassenger MCP server

{
  "mcpServers": {
    "wassenger": {
      "type": "http",
      "url": "https://api.wassenger.com/mcp?key=YOUR_WASSENGER_API_KEY"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
WASSENGER_API_KEYCredential the server authenticates with.Yes
WASSENGER_APIConfiguration value read at startup.Optional
OPENAI_API_KEYCredential the server authenticates with.Yes
YOUR_WASSENGER_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use MCP Wassenger to Flags.
  • Use MCP Wassenger to Cursor.
  • Use MCP Wassenger to Windsurf.

Frequently asked questions

It connects MCP Wassenger to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Flags, Cursor, Windsurf, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Wassenger directly.