a day ago
MCP (Model Context Protocol) server for Peach, a WhatsApp Business Platform and APIs. Lets AI assistants like Claude send messages, manage templates, contacts, and media.
Server Config
{
"mcpServers": {
"peach": {
"command": "node",
"args": [
"<path_to_node_version>/node_modules/mcp-remote/dist/proxy.js",
"https://app.trypeach.ai/api/mcp",
"--header",
"Authorization: <YOUR PEACH API KEY>"
]
}
}
}