
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@peachai/mcp
Advanced tools
MCP (Model Context Protocol) server for the Peach WhatsApp messaging platform. Lets AI assistants like Claude send messages, manage templates, contacts, and media directly through your Peach account.
Log in to app.trypeach.ai, go to Settings → API, and copy your API key.
Add the following to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"peach": {
"command": "npx",
"args": ["-y", "@peachai/mcp"],
"env": {
"PEACH_API_KEY": "your-api-key"
}
}
}
}
Restart Claude Desktop. You should see the Peach tools available in your conversation.
Go to Settings → MCP and add:
{
"peach": {
"command": "npx",
"args": ["-y", "@peachai/mcp"],
"env": {
"PEACH_API_KEY": "your-api-key"
}
}
}
Run this command to add Peach AI to your Claude Code setup:
claude mcp add --scope user --env PEACH_API_KEY=your-api-key peach -- npx -y @peachai/mcp
Or add it manually to your .mcp.json:
{
"mcpServers": {
"peach": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@peachai/mcp"],
"env": {
"PEACH_API_KEY": "your-api-key"
}
}
}
}
| Tool | Description |
|---|---|
peach_send_template_message | Send a WhatsApp template message to a contact |
peach_send_app_message | Trigger a flow or app-initiated message |
peach_connect_to_ai_agent | Send a template and connect the contact to an AI agent |
peach_get_event_status | Check the status of a sent event |
peach_list_template_messages | List sent template messages with filters |
| Tool | Description |
|---|---|
peach_launch_broadcast | Create and launch a broadcast campaign |
| Tool | Description |
|---|---|
peach_list_templates | List all WhatsApp templates |
peach_get_template | Get a specific template by ID or name |
peach_create_template | Create a new WhatsApp template |
peach_update_template | Update an existing template |
peach_submit_template | Submit a template for Meta review |
peach_pause_template | Pause an approved template |
peach_archive_template | Archive a template |
| Tool | Description |
|---|---|
peach_create_contact | Create or upsert a single contact |
peach_create_contacts | Bulk create or upsert contacts |
peach_update_contact | Update a contact by phone number |
| Tool | Description |
|---|---|
peach_list_media | List uploaded media files |
peach_upload_media | Upload a media file (base64) |
peach_delete_media | Delete a media file |
| Tool | Description |
|---|---|
peach_list_messages | List messages with optional filters |
FAQs
MCP server for the Peach AI WhatsApp Business Messaging Platform
The npm package @peachai/mcp receives a total of 20 weekly downloads. As such, @peachai/mcp popularity was classified as not popular.
We found that @peachai/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.