search-web

Scraper.is

by ai-quill

Integrate with Scraper.is API for efficient web scraping, data extraction, and web page scraping from any website, perfe

Integrates with Scraper.is API to enable web content extraction, structured data parsing, and Markdown conversion for tasks like product research, news aggregation, and content analysis.

github stars

8

Multiple output formats (Markdown, HTML, JSON)Real-time progress reportingScreenshot capture capability

best for

  • / Product research and competitive analysis
  • / News aggregation and content monitoring
  • / Web content analysis for research
  • / Extracting data from websites for AI processing

capabilities

  • / Extract content from any website
  • / Convert web pages to Markdown format
  • / Capture screenshots of web pages
  • / Parse structured data from websites
  • / Get content in HTML or JSON formats
  • / Track scraping progress in real-time

what it does

Connects to the Scraper.is API to extract web content and convert it to structured formats like Markdown or JSON. Takes screenshots of web pages for visual analysis.

about

Scraper.is is an official MCP server published by ai-quill that provides AI assistants with tools and capabilities via the Model Context Protocol. Integrate with Scraper.is API for efficient web scraping, data extraction, and web page scraping from any website, perfe It is categorized under search web.

how to install

You can install Scraper.is in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

license

MIT

Scraper.is is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

readme

Scraper.is MCP

smithery badge npm version License: MIT

A Model Context Protocol (MCP) integration for Scraper.is - A powerful web scraping tool for AI assistants.

This package allows AI assistants to scrape web content through the MCP protocol, enabling them to access up-to-date information from the web.

Features

  • 🌐 Web Scraping: Extract content from any website
  • 📸 Screenshots: Capture visual representations of web pages
  • 📄 Multiple Formats: Get content in markdown, HTML, or JSON
  • 🔄 Progress Updates: Real-time progress reporting during scraping operations
  • 🔌 MCP Integration: Seamless integration with MCP-compatible AI assistants

Installation

Installing via Smithery

To install scaperis-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @Ai-Quill/scaperis-mcp --client claude

Manual Installation

npm install -g scraperis-mcp

Or with yarn:

yarn global add scraperis-mcp

Prerequisites

You need a Scraper.is API key to use this package.

Getting Your API Key

  1. Sign up or log in at scraper.is
  2. Navigate to the API Keys section in your dashboard: https://www.scraper.is/dashboard/apikeys
  3. Create a new API key or copy your existing key
  4. Store this key securely as you'll need it to use this package

Usage

Environment Setup

Create a .env file with your Scraper.is API key:

SCRAPERIS_API_KEY=your_api_key_here

Claude Desktop Integration

To use this package with Claude Desktop:

  1. Install the package globally:

    npm install -g scraperis-mcp
    
  2. Add the following configuration to your claude_desktop_config.json file:

    {
      "mcpServers": {
        "scraperis_scraper": {
          "command": "scraperis-mcp",
          "args": [],
          "env": {
            "SCRAPERIS_API_KEY": "your-api-key-here",
            "DEBUG": "*"
          }
        }
      }
    }
    
  3. Replace your-api-key-here with your actual Scraper.is API key.

  4. Restart Claude Desktop to apply the changes.

Running with MCP Inspector

For development and testing, you can use the MCP Inspector:

npx @modelcontextprotocol/inspector scraperis-mcp

Integration with AI Assistants

This package is designed to be used with AI assistants that support the Model Context Protocol (MCP). When properly configured, the AI assistant can use the following tools:

Scrape Tool

The scrape tool allows the AI to extract content from websites. It supports various formats:

  • markdown: Returns the content in markdown format
  • html: Returns the content in HTML format
  • screenshot: Returns a screenshot of the webpage
  • json: Returns structured data in JSON format

Example prompt for the AI:

Can you scrape the latest news from techcrunch.com and summarize it for me?

API Reference

Tools

scrape

Scrapes content from a webpage based on a prompt.

Parameters:

  • prompt (string): The prompt describing what to scrape, including the URL
  • format (string): The format to return the content in (markdown, html, screenshot, json, quick)

Example:

{
  "prompt": "Get me the top 10 products from producthunt.com",
  "format": "markdown"
}

Development

Setup

  1. Clone the repository:

    git clone https://github.com/Ai-Quill/scraperis-mcp.git
    cd scraperis-mcp
    
  2. Install dependencies:

    npm install
    
  3. Build the project:

    npm run build
    

Scripts

  • npm run build: Build the project
  • npm run watch: Watch for changes and rebuild
  • npm run dev: Run with MCP Inspector for development
  • npm run test: Run tests
  • npm run lint: Run ESLint

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

FAQ

What is the Scraper.is MCP server?
Scraper.is is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
How do MCP servers relate to agent skills?
Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
How are reviews shown for Scraper.is?
This profile displays 10 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.5 out of 5—verify behavior in your own environment before production use.
MCP server reviews

Ratings

4.510 reviews
  • Shikha Mishra· Oct 10, 2024

    Scraper.is is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.

  • Piyush G· Sep 9, 2024

    We evaluated Scraper.is against two servers with overlapping tools; this profile had the clearer scope statement.

  • Chaitanya Patil· Aug 8, 2024

    Useful MCP listing: Scraper.is is the kind of server we cite when onboarding engineers to host + tool permissions.

  • Sakshi Patil· Jul 7, 2024

    Scraper.is reduced integration guesswork — categories and install configs on the listing matched the upstream repo.

  • Ganesh Mohane· Jun 6, 2024

    I recommend Scraper.is for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.

  • Oshnikdeep· May 5, 2024

    Strong directory entry: Scraper.is surfaces stars and publisher context so we could sanity-check maintenance before adopting.

  • Dhruvi Jain· Apr 4, 2024

    Scraper.is has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.

  • Rahul Santra· Mar 3, 2024

    According to our notes, Scraper.is benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.

  • Pratham Ware· Feb 2, 2024

    We wired Scraper.is into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.

  • Yash Thakker· Jan 1, 2024

    Scraper.is is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.