@aisar-labs/zalo-mcp
v0.1.2
Published
MCP server for Zalo OA — Vietnam's messaging and commerce channel
Maintainers
Readme
@aisar-labs/zalo-mcp
Zalo OA -- Vietnam's messaging and commerce channel.
Install
npx @aisar-labs/zalo-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| ZALO_OA_TOKEN | Yes | Zalo Official Account token |
Tools
| Tool | Description |
|------|-------------|
| send_message | Send message to user |
| send_template | Send template message |
| get_followers | Get follower list |
| get_profile | Get user profile |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"zalo": {
"command": "npx",
"args": ["-y", "@aisar-labs/zalo-mcp"],
"env": {
"ZALO_OA_TOKEN": "your-oa-token"
}
}
}
}License
MIT
