Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Wawp Server

FreeNot checked

Enables AI models to interact with WhatsApp instances through the Wawp API, allowing sending files, checking connection health, and making API requests.

GitHubEmbed

About

Enables AI models to interact with WhatsApp instances through the Wawp API, allowing sending files, checking connection health, and making API requests.

README

The Model Context Protocol (MCP) server for the Wawp WhatsApp API. This tool allows AI models (like Cursor, Windsurf, or Claude Desktop) to interact directly with your WhatsApp instances.

🚀 Quick Start

You don't need to install anything manually. You can run the server directly using npx.

🖱️ Cursor / Windsurf

Add a new MCP server with the following settings:

  • Type: command
  • Command: npx
  • Args: ["-y", "@wawp/mcp-server@latest"]

🤖 Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "wawp": {
      "command": "npx",
      "args": ["-y", "@wawp/mcp-server@latest"]
    }
  }
}

🔑 Configuration

Once the server is connected, you can set your credentials using the set_config tool or by creating a .env file in your project root:

WAWP_INSTANCE_ID=your_instance_id
WAWP_ACCESS_TOKEN=your_access_token
WAWP_TEST_NUMBER=recipient_number

🛠️ Available Tools

  • set_config: Update credentials for the current session.
  • get_session_health: Check WhatsApp connection status.
  • send_local_file: Send images, PDFs, videos, or audio files from your local machine.
  • execute_request: Make any raw request to the Wawp API.
  • install_agent_config: Auto-install .cursorrules and Wawp AI Skills into your project.
  • generate_starter_code: Get ready-to-use Node.js or Python snippets.
  • list_endpoints / get_endpoint_details: Explore the API documentation.

📄 License

MIT


Built with ❤️ by Wawp Team

from github.com/Whatsapp-Automation-web-platform/wawp-mcp-server

Install Wawp Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install wawp-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add wawp-mcp-server -- npx -y @wawp/mcp-server

FAQ

Is Wawp Server MCP free?

Yes, Wawp Server MCP is free — one-click install via Unyly at no cost.

Does Wawp Server need an API key?

No, Wawp Server runs without API keys or environment variables.

Is Wawp Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Wawp Server in Claude Desktop, Claude Code or Cursor?

Open Wawp Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Wawp Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs