Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"peach": {
"url": "https://app.trypeach.ai/api/mcp",
"headers": {
"Authorization": "<YOUR PEACH API KEY>"
}
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@peachai/mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @peachai/mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP server for Kaseya Autotask PSA — 39 tools for companies, tickets, projects, time entries, and more
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
MCP Security Weekly
Get CVE alerts and security updates for Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
Recommended Peach offers hosted MCP server. We recommend using this.
{
"mcpServers": {
"peach": {
"url": "https://app.trypeach.ai/api/mcp",
"headers": {
"Authorization": "<YOUR PEACH 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"
}
}
}
}
Go to Antigravity settings -> Customizations. Click Open MCP Config and add the following:
{
"mcpServers": {
"peach": {
"serverUrl": "https://app.trypeach.ai/api/mcp",
"headers": {
"Authorization": "<YOUR PEACH 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 |