mcp-z-api
About
MCP server for Z-API — WhatsApp messaging, contacts, media
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ZAPI_TOKENClaude Code
claude mcp add --env ZAPI_TOKEN= mcp-z-api -- npx @codespar/mcp-z-api
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-z-api","command":"npx","args":["@codespar/mcp-z-api"],"env":{"ZAPI_TOKEN":""}}'
JSON
{
"mcpServers": {
"mcp-z-api": {
"command": "npx",
"args": [
"@codespar/mcp-z-api"
],
"env": {
"ZAPI_TOKEN": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.