Skip to main content
Glama
nxxxsooo

mcp-server-wechat-mp

by nxxxsooo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WECHAT_APP_IDYesYour WeChat public account AppID
WECHAT_APP_SECRETYesYour 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

Five tools is well-scoped for a WeChat MP article management server, covering the essential operations without unnecessary bloat.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues