Skip to main content
Glama
bkmashiro

weixin-mcp

by bkmashiro

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WEIXIN_MCP_DIRNoCustom directory for data storage. Priority: $WEIXIN_MCP_DIR > ~/.openclaw/openclaw-weixin/ > ~/.weixin-mcp/

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
weixin_sendA

Send a WeChat text message to a user. Pass context_token from a received message to link the reply to the conversation thread.

weixin_pollA

Poll for new WeChat messages. Uses a persistent cursor to avoid re-delivering old messages. Returns new messages since last poll.

weixin_contactsA

List users who have messaged the bot. Returns userId, lastSeen, lastText, contextToken, msgCount. Use userId as 'to' in weixin_send.

weixin_send_imageA

Send an image to a WeChat user. Source can be a local file path or URL. Optionally include a text caption.

weixin_send_fileB

Send a file attachment to a WeChat user. Source can be a local file path or URL.

weixin_get_configA

Get bot config for a user — includes typing_ticket needed for sendTyping. Call before sending typing indicators.

weixin_downloadA

Download media (image/file/video) from a received message. Extract encrypt_query_param and aes_key from the message's image_item, file_item, or video_item.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/bkmashiro/weixin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server