@gfb-47
Whatsapp について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"whatsapp": {
"command": "node",
"args": [
"/Users/gabrielbeckman/whatsapp-mcp/whatsapp-mcp-server/dist/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Whatsapp?
The WhatsApp MCP server is a Node.js application that enables programmatic interaction with the WhatsApp desktop application on macOS using AppleScript automation. It provides a simple interface for sending messages and checking WhatsApp status without requiring direct UI interaction. It is built for developers who want to integrate WhatsApp messaging into AI workflows.
How to use Whatsapp?
Install the server by cloning the repository and running npm install, then start it with node index.js. Configure it in Claude Desktop by adding a claude_desktop_config.json entry with the command and path to index.js. Once integrated, invoke tools such as send-whatsapp-message or check-whatsapp-status via an MCP client.
Features of Whatsapp
- Send text messages to specific WhatsApp contacts.
- Check if the WhatsApp desktop application is running.
- List recent contacts (limited due to WhatsApp privacy).
- Uses AppleScript for macOS automation.
- Comprehensive error logging to file and console.
- Implements MCP stdio transport for tool communication.
Use cases of Whatsapp
- Let an AI assistant send a WhatsApp message on your behalf.
- Verify WhatsApp is running before attempting to send messages.
- Automate routine WhatsApp messages from a script or chatbot.
- Integrate WhatsApp messaging into a larger MCP‑powered toolchain.
FAQ from Whatsapp
What operating system does it require?
It requires macOS because it relies on AppleScript to automate the WhatsApp desktop application.
What are the runtime requirements?
You need Node.js v14.0.0 or higher, the WhatsApp desktop application installed, and an internet connection.
How does it handle WhatsApp's privacy protections?
The list‑recent‑contacts tool informs users about WhatsApp’s privacy limitations and requires exact contact names for messaging.
Where are logs stored?
Logs are written to ~/Library/Logs/whatsapp-mcp/ in addition to console output.
What transport does it use?
It uses stdio transport as part of the Model Context Protocol (MCP).
「コミュニケーション」の他のコンテンツ
Outlook MCP Server
Wallisking1991PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
priyankarkPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device co
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
Twilio MCP Monorepo
twilio-labsMonorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
mcp-email-server
ai-zerolabIMAP and SMTP via MCP Server
コメント