Mcp Server Scraper
@ofershap
About Mcp Server Scraper
MCP server for web scraping — extract clean markdown, links, metadata from any URL
Basic information
Category
Browser Automation
License
MIT
Runtime
node
Transports
stdio
Publisher
ofershap
Submitted by
Ofer Shapira
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"scraper": {
"command": "npx",
"args": [
"-y",
"mcp-server-scraper"
]
}
}
}Tools
5Extract clean text content from a URL (Readability-powered)
Get all links with href and anchor text
Get title, description, OG tags, canonical, favicon
Search for a query string within the page, return matching lines
Batch scrape multiple URLs, get title + excerpt per URL
Overview
What is Mcp Server Scraper?
Mcp Server Scraper extracts clean, readable markdown content from any URL using Mozilla Readability. It returns text, links, and metadata with no API keys or configuration, serving as a free alternative to Firecrawl for scraping documentation, blogs, and articles.
How to use Mcp Server Scraper?
Install and run with npx mcp-server-scraper, then configure it in your MCP client (e.g., Claude Desktop, Cursor, VS Code) by adding the command to the client’s mcpServers JSON. Once connected, use the provided tools like scrape_url to extract content.
Key features of Mcp Server Scraper
scrape_url– extract clean text via Readabilityextract_links– get all links with href and anchor textextract_metadata– retrieve title, OG tags, faviconsearch_page– find a query string within a pagescrape_multiple– batch scrape URLs for titles and excerpts- No headless browser, no API keys, no accounts required
Use cases of Mcp Server Scraper
- Scrape API documentation for AI summarization
- Extract all links from a blog post for analysis
- Retrieve OG metadata from a news article
- Search a long documentation page for a specific term
- Batch scrape multiple URLs to compare summaries
FAQ from Mcp Server Scraper
How does Mcp Server Scraper compare to Firecrawl?
It is a free, open-source alternative that performs the same core task for static server-rendered pages without needing a paid API key.
What dependencies or runtime does Mcp Server Scraper require?
Only Node.js and npx – no additional accounts, API keys, or headless browser are needed.
What types of pages work best?
Server-rendered pages such as documentation sites, blog posts, and articles. JavaScript-heavy single-page applications (SPAs) are not supported.
Does Mcp Server Scraper store scraped data anywhere?
No, it fetches and processes content on demand; no data is persisted locally or sent to any external service.
What transport or authentication does Mcp Server Scraper use?
It runs locally via npx and communicates with MCP clients over stdio. No network transport or authentication is required.
More Browser Automation MCP servers
Yoyo
firecrawl🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
X Twitter Scraper
Xquik-devTwitter scraper API skill for tweet search, advanced Twitter search, profile tweets, follower export, media download, monitors, webhooks, MCP, and posting automation: send tweets and replies.
MCP Browser Kit
ndthanhdevAn MCP Server that enables AI assistants to interact with your local browsers.
Fetcher MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
BrowserTools MCP
AgentDeskAIMonitor browser logs directly from Cursor and other MCP compatible IDEs.
Comments