mcp z api for Claude Desktop
io.github.codespar/mcp-z-api
MCP server for Z-API — WhatsApp messaging, contacts, media
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp z api in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-z-api": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-z-api"
],
"env": {
"ZAPI_TOKEN": "<ZAPI_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs