A
licenseNot graded
qualityD
maintenanceA WeChat Mini Program decompilation MCP server that enables scanning, decompiling, and analyzing local WeChat mini program packages through MCP clients like Cherry Studio.
3
GPL 3.0
No user-submitted related servers found.
Scored across 7 tools
Tools have distinct purposes, though 'decrypt_and_extract_appid' and 'decrypt_and_extract_dir' both combine decrypt and extract, potentially confusing an agent that only wants one step. Overall, the set is well-separated.
All tool names follow a consistent verb_noun pattern in snake_case, such as 'decrypt_wxapkg' and 'list_wechat_apps', making them predictable.
With 7 tools, the server is well-scoped for its domain—covering listing, inspection, decryption, and extraction without being overly numerous or sparse.
The tool set covers the full workflow for WeChat Mini Program packages: finding, listing, inspecting, decrypting, and extracting. No obvious gaps for the stated purpose.