Fetch any web page as clean, AI-ready markdown with smart HTTP-to-browser escalation.
claude mcp add webpeel -- npx -y webpeel
claude_desktop_config.json
{
"mcpServers": {
"webpeel": {
"command": "npx",
"args": [
"-y",
"webpeel"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"webpeel": {
"command": "npx",
"args": [
"-y",
"webpeel"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"webpeel": {
"command": "npx",
"args": [
"-y",
"webpeel"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"webpeel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"webpeel"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"webpeel": {
"command": "npx",
"args": [
"-y",
"webpeel"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.JakeLiuMe--webpeel/reviews or the review_server meta-tool.
POST /mcp