WAzion MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http -H "Authorization: Bearer YOUR_API_KEY" wazion-mcp-server https://www.wazion.com/api/mcp/
Required:WAZION_API_KEY
README.md

244 WhatsApp Business tools for AI agents

WAzion MCP Server

Connect your AI assistant to WAzion — the WhatsApp Business platform with AI copilot, automated workflows, mass marketing, CRM, and more. This MCP server exposes 240+ tools that let any MCP-compatible client manage your WhatsApp Business operations through natural language.


Quick Start

Method 1: Direct HTTP (recommended — no install needed)

WAzion's MCP endpoint supports Streamable HTTP transport, so most clients can connect directly without installing anything.

Claude Code:

claude mcp add --transport http wazion https://www.wazion.com/api/mcp/ \
  --header "Authorization: Bearer YOUR_API_KEY"

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "wazion": {
      "type": "url",
      "url": "https://www.wazion.com/api/mcp/",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Method 2: npm package (for stdio-only clients)

If your client only supports stdio transport, use the npm package as a bridge:

npx -y @wazion/mcp-server

Requires the WAZION_API_KEY environment variable to be set.


Setup by Client

Claude Code

claude mcp add --transport http wazion https://www.wazion.com/api/mcp/ \
  --header "Authorization: Bearer YOUR_API_KEY"

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "wazion": {
      "type": "url",
      "url": "https://www.wazion.com/api/mcp/",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

ChatGPT

In ChatGPT settings, go to Connectors and add a new Streamable HTTP connection:

  • URL: https://www.wazion.com/api/mcp/
  • Authentication: Bearer token with your API key

Cursor

Create or edit .cursor/mcp.json in your project root:

{
  "mcpServers": {
    "wazion": {
      "type": "url",
      "url": "https://www.wazion.com/api/mcp/",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Windsurf / VS Code

Add to your settings.json:

{
  "mcp.servers": {
    "wazion": {
      "type": "url",
      "url": "https://www.wazion.com/api/mcp/",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Any stdio-only Client

For clients that only support stdio transport (no HTTP), use the npm package:

WAZION_API_KEY=your_key npx -y @wazion/mcp-server

Or in your client's configuration:

{
  "mcpServers": {
    "wazion": {
      "command": "npx",
      "args": ["-y", "@wazion/mcp-server"],
      "env": {
        "WAZION_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Available Tools

WAzion exposes 244 tools across 24 categories. Here are the main ones:

Category Tools Description
Mass Marketing 39 WhatsApp bulk campaigns, contact lists, send configuration, unsubscribe management, and campaign statistics
WhatsApp Operations 27 Session status, message logs, send messages, workflow execution, and connection management
Plugins 18 Product Q&A, web chat, document Q&A — install, configure, and monitor plugins
Automation 16 WhatsApp Auto workflows — create triggers, conditions, AI replies, and scheduled messages
Statistics 15 Conversation metrics, response times, agent performance, and usage analytics
General Settings 13 Language, timezone, date format, Shopify integration, and business preferences
Customers 13 Customer info, notes, tags, search, alerts, and conversation history
AI Prompt 12 System prompt, custom instructions, AI model settings, and response behavior
Storage 12 Upload, list, delete, and manage files in cloud storage
Agents 11 Create, edit, and manage support agents with roles and permissions
Conversations 9 Search, view, and analyze customer conversations
Activity 8 Daily and weekly summaries, trends, and operational metrics
AI Analysis 7 Sentiment analysis, conversation summaries, and AI-powered insights
Advanced 6 Webhooks, custom functions (function calling), and CRM endpoints
Smart Follow-up 6 AI-driven purchase intent detection and automated follow-up messages
Tasks 6 Customer tasks and reminders with assignments and due dates
Integrations 5 Shopify

Tools (5)

mass_marketing_toolsManage WhatsApp bulk campaigns, contact lists, and unsubscribe management.
whatsapp_operationsHandle session status, message logs, and connection management.
automation_workflowsCreate triggers, conditions, AI replies, and scheduled messages.
customer_managementManage customer info, notes, tags, and conversation history.
ai_analysisPerform sentiment analysis and generate conversation summaries.

Environment Variables

WAZION_API_KEYrequiredAPI key for authenticating with the WAzion platform.

Configuration

claude_desktop_config.json
{"mcpServers": {"wazion": {"type": "url", "url": "https://www.wazion.com/api/mcp/", "headers": {"Authorization": "Bearer YOUR_API_KEY"}}}}

Try it

Send a bulk WhatsApp marketing campaign to my 'VIP Customers' list with the message: 'Check out our new summer collection!'
Summarize the last 5 conversations with customer John Doe and provide a sentiment analysis.
Create an automated workflow that sends an AI-powered reply when a customer asks about pricing.
Find all customers tagged as 'pending' and add a note to their profile to follow up tomorrow.
Show me the performance statistics for the 'Holiday Sale' campaign.

Frequently Asked Questions

What are the key features of WAzion MCP Server?

Access to 244+ WhatsApp Business tools via natural language. Automated workflow creation with triggers and AI replies. Comprehensive CRM management for customer notes, tags, and history. Advanced AI analysis including sentiment and conversation summaries. Support for both Streamable HTTP and stdio transport protocols.

What can I use WAzion MCP Server for?

Automating customer support responses using AI-driven WhatsApp workflows. Managing large-scale marketing campaigns directly from an AI interface. Analyzing customer sentiment and conversation trends to improve agent performance. Syncing CRM data and customer tasks between WhatsApp and AI assistants. Scheduling automated follow-up messages based on purchase intent detection.

How do I install WAzion MCP Server?

Install WAzion MCP Server by running: Add to claude_desktop_config.json

What MCP clients work with WAzion MCP Server?

WAzion MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep WAzion MCP Server docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare