WAHA MCP Server
Provides tools for interacting with WhatsApp via the WAHA HTTP API, enabling messaging, group management, contact lookup, and profile retrieval.
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., "@WAHA MCP ServerSend 'hello' to 905551234567"
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.
WAHA MCP Server
WhatsApp HTTP API (WAHA) için Model Context Protocol (MCP) server. Claude veya diğer MCP istemcilerini WAHA üzerinden WhatsApp'a bağlar.
Gereksinimler
Node.js 18+
Çalışan bir WAHA instance'ı
Related MCP server: WAHA MCP Server
Kurulum
npm install
npm run buildYapılandırma
Aşağıdaki ortam değişkenleri kullanılır:
Değişken | Varsayılan | Açıklama |
|
| WAHA API base URL |
| (boş) | API anahtarı (WAHA Plus için) |
|
| Kullanılacak oturum adı |
Claude Desktop Entegrasyonu
claude_desktop_config.json dosyanıza ekleyin:
{
"mcpServers": {
"waha": {
"command": "node",
"args": ["/tam/yol/waha-mcp/dist/index.js"],
"env": {
"WAHA_BASE_URL": "http://localhost:3000",
"WAHA_API_KEY": "your-api-key-if-any",
"WAHA_SESSION": "default"
}
}
}
}MCP Inspector ile Test
npx @modelcontextprotocol/inspector node dist/index.jsAraçlar (Tools)
Oturum Yönetimi
Araç | Açıklama |
| Tüm oturumları listele |
Mesajlaşma
Araç | Açıklama |
| Metin mesajı gönder |
| Görsel gönder (URL veya base64) |
| Dosya/belge gönder |
| Mesaja emoji ile tepki ver |
| Mesajı sil |
| Mesajı yıldızla |
Sohbetler & Mesajlar
Araç | Açıklama |
| Sohbet mesajlarını al |
| Sohbet listesini al |
Kişiler
Araç | Açıklama |
| Numara WhatsApp'ta var mı? |
| Kişi bilgisi |
| Kişinin "hakkında" metni |
Gruplar
Araç | Açıklama |
| Grupları listele |
| Grup detayları |
| Grup oluştur |
| Gruptan ayrıl |
| Üye ekle |
| Üye çıkar |
| Grup adını değiştir |
| Grup açıklamasını değiştir |
Profil
Araç | Açıklama |
| Kendi profilini gör |
Chat ID Formatları
Kişisel sohbet:
905551234567@c.usGrup:
120363XXXXXXXX@g.us
Örnek Kullanım
Claude'a: "905551234567 numaralı kişiye 'Merhaba!' yaz"
Claude: waha_send_text(chatId: "905551234567@c.us", text: "Merhaba!")
Claude'a: "Tüm gruplarımı listele"
Claude: waha_get_groups()
Claude'a: "Pazarlama grubuna yeni bir üye ekle: 905559876543"
Claude: waha_add_group_participants(groupId: "120363...@g.us", participants: ["905559876543@c.us"])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/yusufekorman/waha-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server