← Back to Plugins
MCP Server MCP

Scrapling MCP Server

github By github 👁 1 views ▲ 0 votes

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.

Homepage Verified source GitHub

Install

uvx scrapling

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "scrapling",
      "version": "0.4.15",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "type": "positional",
          "valueHint": "mcp"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/d4vinci/scrapling",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "type": "positional",
          "valueHint": "mcp"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi oci

Comments

Sign in to leave a comment

Loading comments...