Reads public WeChat Official Account articles and returns text, images, video keyframes, and Channels metadata as MCP content.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Weixin Articles MCP.
The jj-cheng25/weixin-articles-mcp MCP server exposes one article-reading tool for public WeChat Official Account URLs. Given an mp.weixin.qq.com/s/... URL, it returns a text block containing article metadata and the full body converted to Markdown, followed by media blocks for supported images and videos.
Article metadata includes the title, account name, publication time, and cover URL. Inline PNG and JPG images are downloaded and returned as MCP image content, with GIF images excluded. A maximum of 10 article images is returned. The response is intended for an MCP client or language model that can consume mixed text and image content blocks.
The server uses Python and httpx to issue a standard HTTP GET request with a browser User-Agent. BeautifulSoup and lxml parse the WeChat page, while a Markdown conversion layer produces the article body. The project does not require Chromium, a headless browser, or a Rust binary.
Video processing depends on the embed type. Native WeChat Official Account videos are identified from page data, and their MP4 content is used to create eight evenly spaced frames with ffmpeg. Tencent Video iframe embeds use yt-dlp together with ffmpeg for the same eight-frame output. Each of these videos contributes a text marker and image blocks, with up to three videos handled per article.
Channels, also called ่ง้ขๅท, are handled differently. The server calls WeChatโs public batch_get_video_snap API and returns a text marker containing details such as duration, dimensions, description, likes, and publisher verification, plus a high-resolution cover image.
Install the base Python package with pip install weixin-articles-mcp. This provides article and image handling. Install the optional video extra with pip install "weixin-articles-mcp[video]", then make ffmpeg available through the operating system, such as with Homebrew on macOS or apt on Linux.
Configure the executable named weixin-articles-mcp as an MCP server in Claude Desktop, Claude Code, Cursor, or Cline. The README shows a stdio configuration with no command-line arguments and states that Cursor and Cline use the same JSON structure.
No cookies, login session, API token, or other user credential is required. Requests are limited by a default minimum interval of one second. The interval can be increased with WEIXIN_FETCH_INTERVAL_S, for example 2.0.
The available tool is read_article(url: str), which returns a list of MCP content blocks. It supports:
Error: when reading fails.The jj-cheng25/weixin-articles-mcp MCP server is intended for personal, educational, and research use. It reads only publicly accessible article URLs and does not bypass anti-bot protections, authentication, or encrypted media protocols. It also does not store, cache, or redistribute fetched content beyond the immediate response.
Channels MP4 files are not downloaded. Public access does not expose the required stream; obtaining it would involve a logged-in WeChat client, protocol-specific decryption, and network interception. The server therefore supplies metadata and a cover rather than frames for Channels videos.
The optional video workflow requires ffmpeg, and Tencent video extraction also relies on yt-dlp. Planned features listed by the project include speech-to-text subtitles, search across previously read articles, and account notifications; these are not current capabilities. Users remain responsible for complying with WeChatโs terms, respecting copyright, and avoiding high-volume crawling.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/jj-cheng25-weixin-articles-mcp)<a href="https://allmcps.com/mcp/jj-cheng25-weixin-articles-mcp"><img src="https://allmcps.com/api/badge/jj-cheng25-weixin-articles-mcp?style=directory" alt="Weixin Articles MCP on AllMCPs" /></a>