Skip to content
Cursor

CN Scraper MCP for Cursor

io.github.goesbyhc/cn-scraper-mcp

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

client:Cursor transport:stdio runtime:pypi

Install CN Scraper MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CN Scraper MCP in other clients