Odel
CN Scraper MCP

CN Scraper MCP

Local
@goesbyhc36PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcn-scraper-mcpv0.4.1

Run

uvx cn-scraper-mcp

MCP client config

{
  "mcpServers": {
    "cn-scraper-mcp": {
      "command": "uvx",
      "args": [
        "cn-scraper-mcp"
      ]
    }
  }
}