mcp-server-wechat-mp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WECHAT_APP_ID | Yes | Your WeChat public account AppID | |
| WECHAT_APP_SECRET | Yes | Your WeChat public account AppSecret |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| upload_article_imageA | Upload an image for use INSIDE article content (returns URL). |
| upload_cover_imageA | Upload an image for use as article COVER/THUMBNAIL (returns media_id). |
| create_draftA | Create a new article draft (saves to Draft Box). |
| publish_draftC | Publish a draft by its Media ID (Freepublish). |
| delete_draftB | Delete a draft from the Draft Box. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinctly different purpose: uploading article images vs cover images, and creating, publishing, or deleting drafts. No two tools could be confused.
All tool names follow a consistent verb_noun pattern with lowercase underscores: upload_article_image, upload_cover_image, create_draft, publish_draft, delete_draft. The pattern is uniform and predictable.
Five tools is well-scoped for a WeChat MP article management server, covering the essential operations without unnecessary bloat.
The server covers the primary lifecycle of draft management (create, publish, delete) and image uploads. Minor gaps exist, such as no update draft or list drafts, but these are workable.