bchewy/whatsapp
v0.1.6MIT
Personal WhatsApp account tools over MCP: search contacts/chats/messages, download media, and send messages through a local linked-device bridge (wrapper around lharries/whatsapp-mcp).
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
whatsappstdio
{
"type": "stdio",
"command": "bash",
"args": [
"${PLUGIN_ROOT}/scripts/run-mcp.sh"
],
"env": {
"PYTHONUNBUFFERED": "1",
"UV_PROJECT_ENVIRONMENT": "${PLUGIN_DATA}/uv-env"
},
"cwd": "${PLUGIN_ROOT}"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "whatsapp",
"version": "0.1.6",
"description": "Personal WhatsApp account tools over MCP: search contacts/chats/messages, download media, and send messages through a local linked-device bridge (wrapper around lharries/whatsapp-mcp).",
"author": {
"name": "Brian Chew"
},
"homepage": "https://github.com/bchewy/whatsapp-agent-plugin",
"repository": "https://github.com/bchewy/whatsapp-agent-plugin",
"license": "MIT",
"keywords": ["whatsapp", "mcp", "messaging"]
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE