Skip to main content
The Zavu MCP Server enables AI assistants like Claude, Cursor, and others to interact directly with the Zavu API. Send messages, manage templates, create broadcasts, and more through natural language.

Quick Start

Run the MCP Server directly via npx:

Installation by Client

Claude Desktop

Add to your Claude Desktop configuration file:

Cursor

Click the button below to install the MCP server in Cursor. You’ll need to set your API key in Cursor’s mcp.json (Settings > Tools & MCP > New MCP Server). Add to Cursor Or add manually:

VS Code

Click the link below to install. Set your API key via Command Palette > MCP: Open User Configuration. Install in VS Code

Claude Code

Run in your terminal:

Tool Exposure Modes

There are three ways to expose API endpoints as tools:

Static Tools (Default)

Exposes one tool per API endpoint. Best for focused use cases where you know which endpoints you need.

Dynamic Tools

Use --tools=dynamic to expose tools that discover and invoke endpoints on-demand: This keeps context lightweight while providing full API access.

Code Execution

Use --tools=code to expose: This allows the AI to implement complex logic by chaining API calls.

Filtering Endpoints

Filter which tools are exposed:
Use --list to see all available tools.

Client Configuration

Specify your MCP client for optimized compatibility:
For advanced configuration, use capabilities:

Running Remotely

Launch as a remote HTTP server:
Configure clients to connect:
Query parameters work for filtering: http://localhost:3000?resource=messages&operation=read

Available Tools

Messages

Templates

Senders

Contacts

Broadcasts

Phone Numbers

Introspect

Usage Examples

Once configured, ask your AI assistant:
  • “Send an SMS to +1234567890 saying ‘Hello from Zavu’”
  • “List my WhatsApp templates”
  • “Create a broadcast campaign for Black Friday”
  • “Check the progress of my current broadcast”
  • “Search for available US phone numbers”

Learn More

Coding Agent Skills

Add intelligent API context to your coding agent with pre-built skills

Model Context Protocol

Learn about the MCP standard

API Reference

Explore the full Zavu API