wechat-devtools-mcp

Installation
SKILL.md

wechat-devtools-mcp

Skill by ara.so — Devtools Skills collection.

Overview

wechat-devtools-mcp wraps the WeChat Developer Tools CLI as an MCP (Model Context Protocol) server, enabling AI coding agents to control the WeChat IDE programmatically. It provides 7 aggregated tools covering the full mini program lifecycle: IDE management, build/deploy, automated testing, debugging, screenshots, and file operations.

Architecture: Thin MCP (7 tools) + Fat Skill (SOPs, parameter references, guardrails). The Skill is required — without it, AI agents cannot execute standard workflows correctly.

Platform: Cross-platform (Windows/macOS). Published to official MCP Registry.

Installation

1. Install MCP Server

# Install uv if not present
pip install uv
Installs
155
GitHub Stars
3
First Seen
May 28, 2026
wechat-devtools-mcp — aradotso/devtools-skills