geekjourneyx/md2wechat-mcp-server
If you are the rightful owner of md2wechat-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a Go server based on the Model Context Protocol (MCP) for converting Markdown text to WeChat-compatible HTML.
The WeChat Markdown Editor MCP Server is a specialized Go server designed to facilitate the conversion of Markdown text into HTML format compatible with WeChat's publishing platform. This server leverages the Model Context Protocol (MCP) to ensure seamless integration and efficient processing. It supports a variety of Markdown syntax, including basic elements like headings, lists, and links, as well as extended features such as code blocks and tables. The server is equipped with multiple themes to cater to different stylistic preferences, ranging from classic WeChat styles to modern and traditional Chinese aesthetics. Additionally, it provides detailed statistics on word count and estimated reading time, enhancing the user experience by offering insights into the content's length and engagement potential. Security is a priority, with API Key authentication ensuring that only authorized users can access the service. The server is also designed to integrate smoothly with large language models like Claude and GPT, making it a versatile tool for content creators and developers alike.
Features
- Fast conversion of Markdown to WeChat-compatible HTML
- Support for multiple themes including default, bytedance, chinese, and apple
- Detailed statistics on word count and estimated reading time
- API Key authentication for secure access
- Seamless integration with large language models like Claude and GPT
Usages
usage with Claude Desktop
{ "mcpServers": { "md2wechat": { "command": "/path/to/md2wechat-mcp-server", "env": { "MD2WECHAT_API_KEY": "wme_your_api_key_here" } } } }
Tools
convert_markdown
Converts Markdown text to WeChat-compatible HTML.