Web extraction MCP server. Scrape, crawl, extract, summarize any URL to clean markdown.
claude mcp add webclaw -- npx -y create-webclaw
claude_desktop_config.json
{
"mcpServers": {
"webclaw": {
"command": "npx",
"args": [
"-y",
"create-webclaw"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"webclaw": {
"command": "npx",
"args": [
"-y",
"create-webclaw"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"webclaw": {
"command": "npx",
"args": [
"-y",
"create-webclaw"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"webclaw": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"create-webclaw"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"webclaw": {
"command": "npx",
"args": [
"-y",
"create-webclaw"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.0xMassi--webclaw/reviews or the review_server meta-tool.
POST /mcp