Skip to main content
Glama

WeChat Publisher MCP

by BobGod
MIT License
8
  • Apple
  • Linux
wechat-config.example.js501 B
/** * 微信公众号配置示例 * 请复制此文件并重命名为实际的配置文件,然后填入真实的AppID和AppSecret */ export const wechatConfig = { // 微信公众号AppID(请替换为您的真实AppID) appId: 'your_wechat_appid_here', // 微信公众号AppSecret(请替换为您的真实AppSecret) appSecret: 'your_wechat_appsecret_here' }; // 使用示例: // import { wechatConfig } from './wechat-config.js'; // const { appId, appSecret } = wechatConfig;

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