Skip to main content
Glama
kenn-kentonm

ScrapeAPI MCP Server

by kenn-kentonm

ScrapeAPI MCP Server

Web scraping tools for Claude and other MCP-compatible LLM agents.

Tools available

Tool

Description

scrape_url

Scrape any URL and return text, links, images, metadata

scrape_multiple

Scrape up to 10 URLs in parallel

extract_structured

Extract specific fields using CSS selectors

take_screenshot

Full-page screenshot as base64 PNG

check_credits

Check remaining credit balance

list_datasets

Browse available pre-built datasets

Related MCP server: FreeCrawl MCP Server

Setup in Claude Desktop

  1. Get your API key at https://getscrapeapi.com

  2. Open your Claude Desktop config file:

    • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

    • Windows: %APPDATA%\Claude\claude_desktop_config.json

  3. Add this:

{
  "mcpServers": {
    "scrapeapi": {
      "command": "npx",
      "args": ["-y", "@scrapeapi/mcp"],
      "env": {
        "SCRAPEAPI_KEY": "sk_your_api_key_here"
      }
    }
  }
}
  1. Restart Claude Desktop

Usage examples

Once connected, just ask Claude:

Environment variables

Variable

Required

Description

SCRAPEAPI_KEY

Yes

Your ScrapeAPI key

SCRAPEAPI_BASE_URL

No

Override API base URL

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Enables web scraping and crawling capabilities for LLM clients, supporting single-page scraping, multi-page website crawling, and web search with multiple engines (Playwright, Cheerio, Puppeteer) and flexible output formats including markdown, HTML, text, and screenshots.
    Last updated
    30
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.

  • Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili…

  • Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kenn-kentonm/scrapeapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server