Scraper runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from npm. Last commit 10 Mar 2026.
Web scraping MCP — extract clean markdown, links, and metadata from any URL.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add scraper -- npx -y mcp-server-scraper
{
"mcpServers": {
"scraper": {
"args": [
"-y",
"mcp-server-scraper"
],
"command": "npx"
}
}
}
[mcp_servers.scraper]
command = "npx"
args = ["-y", "mcp-server-scraper"]
{
"mcpServers": {
"scraper": {
"args": [
"-y",
"mcp-server-scraper"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"scraper": {
"args": [
"-y",
"mcp-server-scraper"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.