Web scraping MCP — extract clean markdown, links, and metadata from any URL.
claude mcp add scraper -- npx -y mcp-server-scraper
claude_desktop_config.json
{
"mcpServers": {
"scraper": {
"command": "npx",
"args": [
"-y",
"mcp-server-scraper"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"scraper": {
"command": "npx",
"args": [
"-y",
"mcp-server-scraper"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"scraper": {
"command": "npx",
"args": [
"-y",
"mcp-server-scraper"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"scraper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-scraper"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"scraper": {
"command": "npx",
"args": [
"-y",
"mcp-server-scraper"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ofershap--scraper/reviews or the review_server meta-tool.
POST /mcp