Scrapezy

Scrapezy
Official

MCP Server enabling integration with Scrapezy to retrieve structured data from websites.

Scrapezy

Browser Automation
Search
JavaScript
Visit Server

Tools

extract-structured-data

Extract structured data from a website.

README

@scrapezy/mcp MCP Server

<a href="https://glama.ai/mcp/servers/rnktqsouvy"> <img width="380" height="200" src="https://glama.ai/mcp/servers/rnktqsouvy/badge" alt="Scrapezy MCP server" /> </a>

smithery badge

A Model Context Protocol server for Scrapezy that enables AI models to extract structured data from websites.

Features

Tools

  • extract_structured_data - Extract structured data from a website
    • Takes URL and prompt as required parameters
    • Returns structured data extracted from the website based on the prompt
    • The prompt should clearly describe what data to extract from the website

Installation

Installing via Smithery

To install Scrapezy MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @Scrapezy/mcp --client claude

Manual Installation

npm install -g @scrapezy/mcp

Usage

API Key Setup

There are two ways to provide your Scrapezy API key:

  1. Environment Variable:

    export SCRAPEZY_API_KEY=your_api_key
    npx @scrapezy/mcp
    
  2. Command-line Argument:

    npx @scrapezy/mcp --api-key=your_api_key
    

To use with Claude Desktop, add the server config:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "scrapezy": {
      "command": "npx @scrapezy/mcp --api-key=your_api_key"
    }
  }
}

Example Usage in Claude

You can use this tool in Claude with prompts like:

Please extract product information from this page: https://example.com/product
Extract the product name, price, description, and available colors.

Claude will use the MCP server to extract the requested structured data from the website.

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Playwright MCP Server

Playwright MCP Server

Provides a server utilizing Model Context Protocol to enable human-like browser automation with Playwright, allowing control over browser actions such as navigation, element interaction, and scrolling.

Featured
Local
TypeScript
@kazuph/mcp-fetch

@kazuph/mcp-fetch

Model Context Protocol server for fetching web content and processing images. This allows Claude Desktop (or any MCP client) to fetch web content and handle images appropriately.

Featured
Local
JavaScript
Claude Code MCP

Claude Code MCP

An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.

Featured
Local
JavaScript
DuckDuckGo MCP Server

DuckDuckGo MCP Server

A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.

Featured
Python
Supabase MCP Server

Supabase MCP Server

A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.

Featured
JavaScript
YouTube Transcript MCP Server

YouTube Transcript MCP Server

This server retrieves transcripts for given YouTube video URLs, enabling integration with Goose CLI or Goose Desktop for transcript extraction and processing.

Featured
Python
serper-search-scrape-mcp-server

serper-search-scrape-mcp-server

This Serper MCP Server supports search and webpage scraping, and all the most recent parameters introduced by the Serper API, like location.

Featured
TypeScript