wechat-devtools-mcp

Automate WeChat Mini Program development workflows via MCP-controlled WeChat Developer Tools.

4|Updated May 16, 2026
One-click install
npx skills add https://github.com/Aradotso/devtools-skills --skill wechat-devtools-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-devtools-mcp
Source: https://github.com/Aradotso/devtools-skills/tree/main/skills/wechat-devtools-mcp
Command: npx skills add https://github.com/Aradotso/devtools-skills --skill wechat-devtools-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

WeChat Mini Program development often requires repetitive switching between an IDE, running builds, generating preview QR codes, debugging runtime issues, and manually validating UI behavior.

Core Features & Use Cases

  • MCP-driven IDE control: Open/login/status/quit the WeChat Developer Tools and manage the connected project workflow.
  • End-to-end build, preview, and upload: Compile the mini program, generate preview QR codes (terminal/image/base64), and upload versions with release notes.
  • Automated testing and debugging: Use selectors to tap/input, capture console and CDP logs, screenshot pages/elements, and mock WeChat payment/API calls to validate flows.

Quick Start

Tell the AI to connect to your WeChat Developer Tools, open the project, compile it, generate a preview QR code, and then capture console errors for a specified target page.

Frequently Asked Questions about wechat-devtools-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate WeChat Mini Program build and deploy workflows?

You can automate WeChat Mini Program build and deploy workflows by controlling the WeChat Developer Tools through an MCP server, allowing an AI agent to compile projects, generate preview QR codes, and upload versions with release notes.

Can I capture console logs and take screenshots during WeChat mini program debugging?

Yes, you can capture console and CDP logs and take screenshots during WeChat mini program debugging by using IDE automation to navigate pages, tap elements, and validate UI behavior through an MCP server.

What do I need to configure before using an MCP server for WeChat IDE automation?

You need to configure MCP client environment variables pointing to the WeChat CLI and provide an absolute project path to enable AI agent control over the WeChat Developer Tools.

Does this approach support mocking WeChat payment and API calls for QA testing?

Yes, this approach supports QA testing by mocking WeChat payment and API calls to validate runtime flows, capturing logs, and using screenshots to verify UI behavior during automated testing.

How do I introspect project files in a WeChat Mini Program using an AI agent?

You can introspect project files in a WeChat Mini Program by invoking file inspection actions through the MCP server, allowing the AI agent to read and analyze project structures within the WeChat Developer Tools.