Skip to content
Zed

CN Scraper MCP for Zed

io.github.goesbyhc/cn-scraper-mcp

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

client:Zed transport:stdio runtime:pypi

Install CN Scraper MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

CN Scraper MCP in other clients