Overview
The ScrapeGraphAI MCP Server is a production-ready Model Context Protocol (MCP) server that connects Large Language Models (LLMs) to the ScrapeGraph AI API. It enables AI assistants like Claude and Cursor to perform AI-powered web scraping, research, and crawling directly through natural language interactions.⭐ Star us on GitHub
If this server is helpful, a star goes a long way. Thanks!
What is MCP?
The Model Context Protocol (MCP) is a standardized way for AI assistants to access external tools and data sources. By using the ScrapeGraphAI MCP Server, your AI assistant gains access to powerful web scraping capabilities without needing to write code.Key Features
8 Powerful Tools
Access markdown conversion, AI extraction, search, crawling, sitemap discovery, and agentic workflows
Remote & Local
Use the hosted HTTP endpoint or run locally via Python
Universal Compatibility
Works with Cursor, Claude Desktop, and any MCP-compatible client
Production Ready
Robust error handling, timeouts, and reliability tested in production
Available Tools
The MCP server exposes 8 enterprise-ready tools:- markdownify - Convert webpages to clean markdown
- smartscraper - AI-powered extraction with optional infinite scrolls
- searchscraper - Search the web and extract structured results
- scrape - Fetch raw HTML with optional JavaScript rendering
- sitemap - Discover a site’s URLs and structure
- smartcrawler_initiate - Start async multi-page crawls
- smartcrawler_fetch_results - Poll crawl results
- agentic_scrapper - Multi-step workflows with session persistence
Quick Start
Get Your API Key
Create an account and copy your API key from the ScrapeGraph Dashboard
Choose Your Client
Select your preferred AI assistant: Cursor or Claude Desktop
Setup Guides
Cursor Setup
Configure ScrapeGraph MCP in Cursor (remote-first)
Claude Desktop Setup
Configure ScrapeGraph MCP in Claude Desktop (remote-first)
Recommended: Remote HTTP Endpoint
The easiest way to get started is using our hosted MCP endpoint:Local Installation
Prefer running locally? You can install the Python package and run it via stdio. This gives you more control and doesn’t require internet connectivity for the MCP connection itself.The remote endpoint is recommended for most users as it’s simpler to set up and maintain.
Use Cases
- Research & Analysis - Extract data from multiple sources for research
- Content Aggregation - Collect and structure content from websites
- Market Intelligence - Monitor competitors and market trends
- Lead Generation - Extract contact information and company data
- Data Collection - Build datasets from web sources
Next Steps
- Read the detailed setup guide for Cursor
- Read the detailed setup guide for Claude Desktop
- Explore the full MCP Server documentation for advanced features
Ready to Start?
Choose your client and start scraping with AI!