MCP Hub
Back to servers

@theyahia/zalo-oa-mcp

MCP server for Zalo OA — official account messaging, followers (Vietnam)

npm276/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/zalo-oa-mcp

zalo-oa-mcp

MCP server for Zalo Official Account API (Vietnam). Send messages, manage followers, publish articles, and manage your Zalo OA.

Tools (8)

ToolDescription
send_messageSend message to a follower
send_broadcastBroadcast message to followers
get_followersList OA followers
get_user_profileGet user profile
create_articleCreate an article
list_articlesList OA articles
upload_imageUpload image to Zalo
get_oa_infoGet OA information

Quick Start

{
  "mcpServers": {
    "zalo-oa": {
      "command": "npx",
      "args": ["-y", "@theyahia/zalo-oa-mcp"],
      "env": {
        "ZALO_OA_ACCESS_TOKEN": "<YOUR_ACCESS_TOKEN>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
ZALO_OA_ACCESS_TOKENYesOA access token from Zalo Developer
ZALO_APP_IDNoApp ID (for OAuth flows)
ZALO_APP_SECRETNoApp secret (for OAuth flows)

Demo Prompts

  • "Send 'Hello!' to Zalo user u123"
  • "Broadcast a sale announcement to all followers"
  • "Get my OA follower count"
  • "Create an article about our new product"

License

MIT

Reviews

No reviews yet

Sign in to write a review