HomeOther › PyScrappy

PyScrappy

Web-scraping toolkit with 22 tools for structured web data as JSON for AI agents.

Python
★ 256 stars Last pushed 2026-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.5.9)

uvx pyscrappy

Or add to your MCP client config:

{
  "mcpServers": {
    "pyscrappy": {
      "command": "uvx",
      "args": [
        "pyscrappy"
      ],
      "env": {
        "OMDB_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • OMDB_API_KEY secret — Optional free OMDb API key, used only by the movie lookup tool (get one at https://www.omdbapi.com/apikey.aspx).

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry