wechat-parser-mcp
Verified Safeby PSYnala
Overview
Parses WeChat articles to extract full content, including text, images, and videos, with support for batch processing and local saving.
Installation
python3 server.pySecurity Notes
The server performs web scraping on user-provided URLs using Selenium, which inherently carries risks such as resource exhaustion, IP blocking, or exposure to malicious external content. The `install_dependencies.sh` script uses `curl | sh` for `uv` installation, which can be a security concern if the `uv` script source is compromised. However, the server itself does not contain obvious code execution vulnerabilities, hardcoded secrets, or path traversal issues in its file-saving function. It is intended for research and personal use as stated in the README, implying the user is aware of scraping implications.
Similar Servers
Scrapling
Provides adaptive web scraping capabilities to AI chatbots and agents, allowing them to fetch, parse, and extract targeted data from websites, including dynamic content and anti-bot protected sites.
mcp-server-browserbase
Enables LLMs to perform cloud browser automation tasks such as navigating, interacting with elements, extracting data, and capturing screenshots on web pages.
brightdata-mcp
Enables AI agents to access, search, extract, and navigate the live web in real-time without being blocked.
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.