PyScrappy for Cursor
io.github.mldsveda/pyscrappy
Web-scraping toolkit with 22 tools for structured web data as JSON for AI agents.
client:Cursor
transport:stdio
runtime:pypi
Install PyScrappy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pyscrappy": {
"type": "stdio",
"command": "uvx",
"args": [
"pyscrappy"
],
"env": {
"OMDB_API_KEY": "<OMDB_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs