Scrape server-rendered web pages into readable markdown, links, metadata, search results, and batch excerpts.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
The install command below started, but didn't respond the way we expected when we tried to talk to it.
npx -y mcp-server-scraperinitialize succeeded but no response to tools/list.
This is an experimental automated check and can have false negatives โ missing environment variables, a slow cold install, etc. It doesnโt necessarily mean somethingโs wrong. Last checked 1mo ago.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server Scraper.
scrape_urlExtract clean text content from a URL (Readability-powered)
extract_linksGet all links with href and anchor text
extract_metadataGet title, description, OG tags, canonical, favicon
search_pageSearch for a query string within the page, return matching lines
scrape_multipleBatch scrape multiple URLs, get title + excerpt per URL
Extract clean, readable content from any URL. Returns markdown text, links, and metadata. No API keys, no config. A free alternative to Firecrawl for scraping docs, blogs, and articles.
Works with Claude Desktop, Cursor, VS Code Copilot, and any MCP client. No accounts or API keys needed.

Demo built with remotion-readme-kit
When you're working with an AI assistant and need to reference a docs page, a blog post, or an API reference, you usually end up copy-pasting content manually. Tools like Firecrawl solve this but require a paid API key. This server does the same thing for free. It fetches a URL, runs it through Mozilla Readability (the same engine behind Firefox Reader View), and returns clean markdown. It works well for server-rendered content like documentation sites, blog posts, and articles. It won't handle JavaScript-heavy SPAs, but for the most common use case of "read this docs page and summarize it," it does the job.
| Tool | What it does |
|---|---|
scrape_url | Extract clean text content from a URL (Readability-powered) |
extract_links | Get all links with href and anchor text |
extract_metadata | Get title, description, OG tags, canonical, favicon |
search_page | Search for a query string within the page, return matching lines |
scrape_multiple | Batch scrape multiple URLs, get title + excerpt per URL |
Add to .cursor/mcp.json:
Add to claude_desktop_config.json:
Add to your MCP settings (e.g. .vscode/mcp.json):
Uses Mozilla Readability (the engine behind Firefox Reader View) plus linkedom for fast HTML parsing in Node. No headless browser needed. Works best with server-rendered pages: docs, blogs, articles, news sites.
This repo is an Agent Plugins 1.0.0 package: plugin.json, portable mcp.json, and skills/ ship together with the MCP server.
For Cursor, clone the repo and copy or symlink it to ~/.cursor/plugins/local/mcp-server-scraper, then reload the window. Skills and MCP show up under Customize > Plugins.
The Cursor and VS Code install buttons above still work: they add the same npx -y mcp-server-scraper stdio server as manual JSON.
A free MCP server that turns public web pages into clean markdown using Mozilla Readability. No Firecrawl or other scrape API key.
No. It fetches HTML and parses it in Node. Use a browser MCP for React dashboards and other client-rendered sites.
Firecrawl is a hosted scrape API with billing. This server runs locally via npx, costs nothing, and fits doc/blog/article URLs.
Yes. Use the local plugin path under ~/.cursor/plugins/local/mcp-server-scraper so the bundled web-scraping skill loads with the MCP config.
No. Point your MCP client at npx -y mcp-server-scraper only.
More MCP servers and developer tools on my portfolio.
README built with README Builder
MIT ยฉ Ofer Shapira
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ofershap-mcp-server-scraper)<a href="https://allmcps.com/mcp/ofershap-mcp-server-scraper"><img src="https://allmcps.com/api/badge/ofershap-mcp-server-scraper?style=directory" alt="MCP Server Scraper on AllMCPs" /></a>