Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
WeChat MCP Server
message-circle

WeChat MCP Server MCP Server

WeChat messaging integration

wechatchinamessagingsocial

About

## WeChat MCP Server: Chinese Social Platform The **WeChat MCP Server** integrates WeChat's ecosystem into Google Antigravity. This enables building Official Accounts, Mini Programs, and messaging bots on China's dominant super-app with over 1 billion users. ### Why WeChat MCP? WeChat is essential for China: - **1.3B Users**: Dominant in China - **Super App**: Messaging, payments, mini apps - **Official Accounts**: Business messaging - **Mini Programs**: In-app applications - **WeChat Pay**: Payment integration ### Key Features #### 1. Send Messages ```python import wechatpy client = wechatpy.WeChatClient(appid, secret) # Send template message client.message.send_template( user_id=openid, template_id="template123", data={ "order_id": {"value": "ORD-12345"}, "status": {"value": "Shipped"} } ) # Send customer service message client.message.send_text(openid, "Your order has shipped!") ``` #### 2. Official Account Menu ```python # Create custom menu client.menu.create({ "button": [ {"type": "click", "name": "Status", "key": "check_status"}, {"type": "view", "name": "Website", "url": "https://example.com"} ] }) ``` #### 3. Handle Events ```python from wechatpy import parse_message @app.route("/wechat", methods=["POST"]) def wechat_handler(): msg = parse_message(request.data) if msg.type == "text": if "status" in msg.content: return create_reply("All systems operational!", msg) return "success" ``` ### Configuration ```json { "mcpServers": { "wechat": { "command": "npx", "args": ["-y", "@anthropic/mcp-wechat"], "env": { "WECHAT_APPID": "your-appid", "WECHAT_SECRET": "your-secret", "WECHAT_TOKEN": "your-token" } } } } ``` ### Use Cases **China Market**: Essential for reaching Chinese users. **Customer Service**: Automated customer support bots. **Notifications**: Order and status updates. The WeChat MCP Server brings Chinese messaging to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "wechat": {
      "mcpServers": {
        "wechat": {
          "args": [
            "-y",
            "wechat-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1WeChat messaging
  2. 2Mini-programs
  3. 3China social

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers