theYahia/zalo-oa-mcp
MCP server for Zalo OA — official account messaging, followers (Vietnam)
Platform-specific configuration:
{
"mcpServers": {
"zalo-oa-mcp": {
"command": "npx",
"args": [
"-y",
"zalo-oa-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Zalo Official Account API (Vietnam). Send messages, manage followers, publish articles, and manage your Zalo OA.
| Tool | Description | |---|---| | send_message | Send message to a follower | | send_broadcast | Broadcast message to followers | | get_followers | List OA followers | | get_user_profile | Get user profile | | create_article | Create an article | | list_articles | List OA articles | | upload_image | Upload image to Zalo | | get_oa_info | Get OA information |
{
"mcpServers": {
"zalo-oa": {
"command": "npx",
"args": ["-y", "@theyahia/zalo-oa-mcp"],
"env": {
"ZALO_OA_ACCESS_TOKEN": "<YOUR_ACCESS_TOKEN>"
}
}
}
}| Variable | Required | Description | |---|---|---| | ZALO_OA_ACCESS_TOKEN | Yes | OA access token from Zalo Developer | | ZALO_APP_ID | No | App ID (for OAuth flows) | | ZALO_APP_SECRET | No | App secret (for OAuth flows) |
MIT
Loading reviews...