🎉 Cloud version available! [Fill this form](https://airtable.com/appjnzD8em5Eg1ljz/pag4KfNxEaeFp1s8l/form) to get access.
Skrapr MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. 🎉 Cloud version available! Fill this form to get access.
Once Skrapr is connected, these are the calls the assistant has available:
scrape_with_schema — - Title: Extract data from a website based on a JSON schemaDescription — Navigate and scrape the given website to extract data matching the structure of the provided JSON SchemaParameters — - url: The URL of the website to extract data fromjsonSchema — The JSON Schema describing the data structure to extractinstruction — Optional instructions to guide how the scraping should be performedRead-only — trueLocal — Setting environment variable PlaywrightMcp__IsLocal=true will make Playwright run locallyRemote — Setting environment variable PlaywrightMcp__Endpoint will use Playwright on a remote host@playwright/mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Among the browser automation options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Skrapr's toolset — scrape_with_schema, Description, Parameters and 5 more — is a fair guide to whether it matches your workflow. It is maintained by pierregillon; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| scrape_with_schema | - Title: Extract data from a website based on a JSON schema |
| Description | Navigate and scrape the given website to extract data matching the structure of the provided JSON Schema. |
| Parameters | - **url**: The URL of the website to extract data from. |
| jsonSchema | The JSON Schema describing the data structure to extract. |
| instruction | Optional instructions to guide how the scraping should be performed. |
| Read-only | true |
| Local | Setting environment variable PlaywrightMcp__IsLocal=true will make Playwright run locally. |
| Remote | Setting environment variable PlaywrightMcp__Endpoint will use Playwright on a remote host. |
{
"mcpServers": {
"skrapr": {
"url": "http://localhost:5000/sse"
}
}
}Configuration as documented by the project. Restart the client after saving.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.