MCP Catalogs
Homescrapegraph-mcp screenshot

scrapegraph-mcp

by ScrapeGraphAI·72·Score 48

ScrapeGraph MCP server provides AI-powered web scraping tools including extract, search, crawl, schema generation, and monitoring capabilities.

web-scrapingai-llmdeveloper-tools
22
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

Overview

ScrapeGraph MCP server is a production-ready implementation of the Model Context Protocol that connects language models with the ScrapeGraph AI API. It enables AI assistants to perform complex web scraping tasks, extracting structured data from websites, crawling multiple pages, and generating schemas from natural language prompts. The server offers both local and remote deployment options, with comprehensive integration guides for Claude Desktop and Cursor.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Extract product prices and information from e-commerce websites
you:Research and summarize latest AI developments from multiple sources
you:Monitor competitor websites for price changes or new product launches

When to choose this

Choose this server when you need reliable, AI-powered web scraping capabilities through MCP and are already using or willing to integrate with the ScrapeGraph AI API.

When NOT to choose this

Don't choose this if you need open-source scraping without API dependency, want more control over the scraping process, or are concerned about vendor lock-in to ScrapeGraph's services.

Tools this server exposes

12 tools extracted from the README
  • scrape

    Scrape content from web pages with various output formats

  • extract

    Extract specific information from a website using AI

  • search

    Search the web with customizable parameters

  • crawl_start

    Start an async multi-page crawl

  • crawl_get_status

    Check the status of a running crawl job

  • crawl_stop

    Stop a running crawl job

  • crawl_resume

    Resume a paused crawl job

  • schema

    Generate or augment a JSON Schema from a prompt

  • credits

    Check remaining API credits

  • history

    View historical usage of API services

  • monitor_create

    Create a scheduled monitoring job

  • monitor_list

    List all monitoring jobs

Comparable tools

scrape-doctor-mcpperplexity-mcpbrowserless-mcprequests-mcp

Installation

Installation

Via Smithery (Recommended)

npx -y @smithery/cli install @ScrapeGraphAI/scrapegraph-mcp --client claude

Claude Desktop Configuration

{
    "mcpServers": {
        "@ScrapeGraphAI-scrapegraph-mcp": {
            "command": "npx",
            "args": [
                "-y",
                "@smithery/cli@latest",
                "run",
                "@ScrapeGraphAI/scrapegraph-mcp",
                "--config",
                "\"{\\\"scrapegraphApiKey\\\":\\\"YOUR-SGAI-API-KEY\\\"}\""
            ]
        }
    }
}

Remote Server

{
  "mcpServers": {
    "scrapegraph-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote@0.1.25",
        "https://scrapegraph-mcp.onrender.com/mcp",
        "--header",
        "X-API-Key:YOUR_API_KEY"
      ]
    }
  }
}

Compare scrapegraph-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.