mcpbeat Sign in

CN Scraper MCP Server

local only

CN Scraper MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 172 installs a week from pypi. Last commit 29 Jul 2026.

MCP server for AI agents to search major Chinese internet platforms with local-first login support.

Installs per day peak 199 · avg 49 · -19% w/w
a month agotoday
172
Installs / week
pypi · cn-scraper-mcp
41
Stars
1 open issues
29 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cn-scraper-mcp -- uvx cn-scraper-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cn-scraper-mcp": {
      "args": [
        "cn-scraper-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cn-scraper-mcp]
command = "uvx"
args = ["cn-scraper-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cn-scraper-mcp": {
      "args": [
        "cn-scraper-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cn-scraper-mcp": {
      "args": [
        "cn-scraper-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to CN Scraper MCP

same job, measured the same way
Evocrawl MCP Server
by superaihuman

MCP server for Evocrawl — search, scrape, and interact with the web.

27 installs/wk local only
AI-First Scraper
by yubinkim444

Three MCP tools: fetch_page, fetch_pages_batch, search_web. Ad-free Markdown for AI agents.

151 installs/wk local only
I
Olostep MCP Server
by olostep

Search, scrape, and crawl the web for AI agents. Batch scraping and answers with citations.

71 installs/wk local only
Google Maps Scraper
by gmapsextractor

Live Google Maps business search, review, and photo data for AI agents over MCP.

answering
Metalift
by metalift-ai

Metalift MCP for AI agents: web search (2 credits), scrape, crawl, and map tools

62 installs/wk local only
MESSORA
by messora

Scrape, crawl and search the web for AI agents via MCP.

5 tools answering
web-retrieval-mcp
by velvetsp

MCP web search + tiered web fetch for AI agents (Exa, Firecrawl), SSRF-guarded, cross-platform.

67 installs/wk local only
MaxAEO AI Visibility MCP
by maxaeo

Local-first MCP server for AI visibility, GEO/AEO, llms.txt, and AI crawler readiness audits.

72 installs/wk local only

CN Scraper MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for CN Scraper MCP?
CN Scraper MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package cn-scraper-mcp was installed 172 times last week.
How do I connect CN Scraper MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cn-scraper-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use CN Scraper MCP?
The pypi package cn-scraper-mcp was installed 172 times in the last week. Week over week that is -19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CN Scraper MCP open source?
Yes — it is published under the MIT licence, written in Python, 41 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.