Skip to main content
Glama

WeChat Publisher MCP

by BobGod
MIT License
5
  • Apple
  • Linux

wechat_publish_article

Publish articles to WeChat Official Accounts using Markdown format. Supports title, author, cover image, and preview mode for testing before official release.

Instructions

将文章发布到微信公众号,支持Markdown格式

Input Schema

NameRequiredDescriptionDefault
appIdYes微信公众号AppID
appSecretYes微信公众号AppSecret
authorYes作者名称
contentYesMarkdown格式的文章内容
coverImagePathNo封面图片路径
previewModeNo是否为预览模式
previewOpenIdNo预览用户OpenID
titleYes文章标题

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "微信公众号AppID", "type": "string" }, "appSecret": { "description": "微信公众号AppSecret", "type": "string" }, "author": { "description": "作者名称", "type": "string" }, "content": { "description": "Markdown格式的文章内容", "type": "string" }, "coverImagePath": { "description": "封面图片路径", "type": "string" }, "previewMode": { "default": false, "description": "是否为预览模式", "type": "boolean" }, "previewOpenId": { "description": "预览用户OpenID", "type": "string" }, "title": { "description": "文章标题", "type": "string" } }, "required": [ "title", "content", "author", "appId", "appSecret" ], "type": "object" }
Install Server

Other Tools from WeChat Publisher MCP

Related Tools

    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/BobGod/wechat-publisher-mcp'

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