mrscraper
v0.1.3Connect Claude to MrScraper for raw page fetching, managed extraction, Google discovery, and saved scraper workflows.
By MrScraperLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 1, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install mrscraper for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mrscraper@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mrscraper-com/mrscraper-claude-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mrscraper/.
Plugin files
├── .claude-plugin/plugin.json├── skills/mrscraper/SKILL.md├── skills/mrscraper-fetch/SKILL.md├── skills/mrscraper-scrape/SKILL.md├── skills/mrscraper-serp/SKILL.md└── .mcp.json
Included Skills4
Connect, authenticate, route, and troubleshoot MrScraper MCP, and use saved scrapers, stored results, and account tools. For known public URLs, acquire and preserve raw content with mrscraper-fetch first; use mrscraper-scrape only for explicitly requested or clearly beneficial managed extraction, and mrscraper-serp for query-first discovery.
Retrieve raw HTML from a known public URL with MrScraper. Use for reading, inspecting, summarizing, archiving, or analyzing a page, and as the default content-acquisition step before agent-led or local extraction. Supports browser rendering, real-device Super Mode, and page-load controls; use mrscraper-serp when no target URL is known.
Run MrScraper's general, listing, or map agents for managed structured extraction or bounded URL discovery within a known site. Use when managed output is explicitly requested or justified after source-page inspection; use mrscraper-fetch for initial acquisition of known pages and mrscraper-serp when no starting URL is known.
Discover public pages through Google with MrScraper using a search query or Google search URL. Use when no target URL is known or the user asks to inspect Google results. After discovery, preserve selected pages with mrscraper-fetch before adding managed extraction through mrscraper-scrape.
MCP servers1
- url
- https://mcp.mrscraper.com/mcp
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "mrscraper",
"displayName": "MrScraper",
"version": "0.1.3",
"description": "Connect Claude to MrScraper for raw page fetching, managed extraction, Google discovery, and saved scraper workflows.",
"author": {
"name": "MrScraper",
"email": "[email protected]",
"url": "https://mrscraper.com"
},
"homepage": "https://docs.mrscraper.com/docs/getting-started/mcp-server",
"repository": "https://github.com/mrscraper-com/mrscraper-claude-plugin",
"license": "MIT",
"keywords": [
"mrscraper",
"mcp",
"web-scraping",
"data-extraction",
"search",
"research"
],
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[mrscraper on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mrscraper)