wxapkg-mcp
Provides tools for inspecting, decrypting, and extracting WeChat Mini Program packages (.wxapkg files).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wxapkg-mcpList my WeChat Mini Program apps."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wxapkg-mcp
Small MCP server for local .wxapkg inspection, decryption, and extraction.
This project was generated entirely by AI.
Use only on packages you own or are authorized to analyze. Do not commit or redistribute third-party Mini Program packages or extracted source code.
By default on Windows, the tool searches:
%APPDATA%\Tencent\xwechat\radium\users\*\applet\packagesThat keeps user-specific IDs such as 8e7b2... out of the code and lets each teammate run it on their own machine.
Install
cd $env:USERPROFILE\Desktop\wxapkg-mcp
python -m venv .venv
.\.venv\Scripts\python -m pip install -e .Related MCP server: wechat-miniapp-engineering-mcp
Project Layout
wxapkg-mcp/
|-- README.md
|-- pyproject.toml
|-- setup.py
|-- requirements.txt
|-- src/
| `-- wxapkg_mcp/
| |-- __init__.py
| |-- main.py
| |-- server.py
| |-- cli.py
| `-- core.py
|-- tests/
| `-- test_core.py
`-- .gitignoreCLI
.\.venv\Scripts\wxapkg-tool roots
.\.venv\Scripts\wxapkg-tool apps
.\.venv\Scripts\wxapkg-tool appid wx87ceadd15865a6fb "C:\out\wx87ceadd15865a6fb"
.\.venv\Scripts\wxapkg-tool inspect "C:\path\to\__APP__.wxapkg"
.\.venv\Scripts\wxapkg-tool decrypt "C:\path\to\__APP__.wxapkg" "C:\out\__APP__.wxapkg" --appid wx...
.\.venv\Scripts\wxapkg-tool extract "C:\out\__APP__.wxapkg" "C:\out\extracted"
.\.venv\Scripts\wxapkg-tool batch "C:\path\to\packages\wx...\13" "C:\out" --appid wx...MCP config
After installation, add this to your MCP client configuration:
{
"mcpServers": {
"wxapkg": {
"command": "wxapkg-mcp"
}
}
}Note: This assumes you have already run pip install -e . to install the package and make the command available.
Alternative: Using Python module directly
If you prefer to run it as a Python module without installing:
{
"mcpServers": {
"wxapkg": {
"command": "python",
"args": ["-m", "wxapkg_mcp.server"]
}
}
}Exposed tools:
find_wechat_package_rootslist_wechat_appsinspect_wxapkgdecrypt_wxapkgextract_wxapkgdecrypt_and_extract_dirdecrypt_and_extract_appid
For most agent workflows, call list_wechat_apps first, then decrypt_and_extract_appid with the chosen AppID. The server chooses the latest local version by default; pass version only when you need a specific version.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/houxiang676/wxapkg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server