Wawp MCP Server
Enables AI agents to interact with WhatsApp instances, supporting sending files, checking connection health, and making API requests to the Wawp WhatsApp API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Wawp MCP Servercheck my WhatsApp connection health"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Wawp MCP Server 🤖
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:
commandCommand:
npxArgs:
["-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"]
}
}
}Related MCP server: WAHA MCP Server
🔑 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.cursorrulesand 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Whatsapp-Automation-web-platform/wawp-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server