Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐ŸŒ Social Media
  3. Weixin Articles MCP
Weixin Articles MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 3:20:32 PM

Weixin Articles MCP

User RatingsBe the first to rate and review this MCP server!
View Repository7 GitHub StarsTotal stargazers on GitHub for the source repository (7 stars).Visit Website
wechatarticle-readingmultimodalweb-scraping

Reads public WeChat Official Account articles and returns text, images, video keyframes, and Channels metadata as MCP content.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "jj-cheng25-weixin-articles-mcp": {
      "command": "uvx",
      "args": [
        "weixin-articles-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐ŸŒ More in Social Media

Overview

jj-cheng25/weixin-articles-mcp MCP server reads publicly accessible WeChat Official Account article URLs and returns article content as MCP blocks. It fetches pages with Python HTTP requests, converts the body to Markdown, and embeds PNG/JPG images directly instead of returning only URLs. Native WeChat and Tencent videos can produce eight ffmpeg keyframes each, while Channels videos return public metadata and a cover image. Reach for it when an agent needs to inspect WeChat articles and their visual content without browser automation or login credentials.

Use cases

โ€ขRead public WeChat articles for research
โ€ขExtract article text and inline images for multimodal analysis
โ€ขInspect native and Tencent video content through keyframes
โ€ขSummarize Channels videos from public metadata and covers

Key features

โ€ขReturns article body as Markdown
โ€ขEmbeds PNG/JPG images as MCP image blocks
โ€ขExtracts eight keyframes from supported videos
โ€ขProvides Channels video metadata and cover images
โ€ขRecovers publication timestamps

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Weixin Articles MCP.

Extracted Tool Capabilities
Returns article body as Markdown
Embeds PNG/JPG images as MCP image blocks
Extracts eight keyframes from supported videos
Provides Channels video metadata and cover images
Recovers publication timestamps

How Weixin Articles MCP works

What jj-cheng25/weixin-articles-mcp MCP server does

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.

How it works

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.

Setup and configuration

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.

Tools and capabilities

The available tool is read_article(url: str), which returns a list of MCP content blocks. It supports:

  • Article metadata and Markdown body text.
  • Native PNG/JPG image blocks, capped at 10 images.
  • Eight keyframes for each supported native WeChat or Tencent video.
  • Channels metadata and one high-resolution cover image.
  • Publication timestamp recovery from the pageโ€™s Unix timestamp data.
  • A single text block beginning with Error: when reading fails.

Limitations and notes

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.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Social Media View all alternatives
  • Decodo MCP Server logoDecodo MCP Server

    Enable your AI agents to scrape and parse web content dynamically, including geo-restricted sites

    ๐ŸŒ Social Media3 views
    Compare vs Decodo MCP Server โ†’
  • Reddit MCP Buddy logoReddit MCP Buddy

    Browse Reddit posts, search content, and analyze user activity without API keys. Works out-of-the-box with Claude Desktop.

    ๐ŸŒ Social Media5 views
    Compare vs Reddit MCP Buddy โ†’
  • X Twitter Scraper logoX Twitter Scraper

    Remote X (Twitter) MCP server with 121 endpoints via 2 tools. Post tweets, reply, like, retweet, follow, DM, search, extract data, run giveaways, and monitor accounts. StreamableHTTP at xquik.com/mcp with API key auth.

    ๐ŸŒ Social Media3 views
    Compare vs X Twitter Scraper โ†’
  • Agent logoAgent

    Taisly Agent Kit MCP server for AI agent social media video publishing. Discover connected accounts, validate videos, publish or schedule posts to TikTok, Instagram Reels, YouTube Shorts, X, and Facebook through Taisly. Install: npx -y @taisly/agent mcp. Requires a Taisly API key and connected accounts.

    ๐ŸŒ Social Media3 views
    Compare vs Agent โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
7
Stargazers on the source repository.
Last commit
4mo ago
Most recent push to the default branch.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Weixin Articles MCP

Install the package with `pip install weixin-articles-mcp`. Add `"weixin-articles-mcp[video]"` and install ffmpeg if video keyframes are needed.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWeixin Articles MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/jj-cheng25-weixin-articles-mcp?style=directory)](https://allmcps.com/mcp/jj-cheng25-weixin-articles-mcp)
HTML Embed
<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>

Technical Specs & Signals

Category๐ŸŒSocial Media
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Cline / VS Code
Last updatedSep 2, 2026
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars7
GitHub Star CountTotal stargazers on GitHub representing community popularity (7 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 1, 2026
52Quality signal: Good ยท 52/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity3/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev ยท weixin-articles-mcp (PyPI)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐ŸŒ Social Media โ†’Best MCP servers for Social Media โ†’Alternatives to Weixin Articles MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code