The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "WebReaper: scrape a URL to Markdown",
"nodes": [
{
"parameters": {},
"id": "a1111111-1111-4111-8111-111111111111",
"name": "When clicking Test workflow",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"serverTransport": "httpStreamable",
"endpointUrl": "http://host.docker.internal:8080",
"authentication": "bearerAuth",
"toolName": "scrape",
"operation": "executeTool",
"toolParameters": {
"url": "https://example.com",
"browser": false
}
},
"id": "b2222222-2222-4222-8222-222222222222",
"name": "WebReaper MCP",
"type": "@n8n/n8n-nodes-langchain.mcpClient",
"typeVersion": 1,
"position": [
240,
0
]
}
],
"connections": {
"When clicking Test workflow": {
"main": [
[
{
"node": "WebReaper MCP",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"meta": {
"templateCredsSetupCompleted": false
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
WebReaper: scrape a URL to Markdown. Uses mcpClient. Event-driven trigger; 2 nodes.
Source: https://github.com/alex-on-ai/WebReaper/blob/master/website/public/n8n/webreaper-scrape-workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Manual Stickynote. Uses manualTrigger, stickyNote, chainRetrievalQa, lmChatOpenAi. Event-driven trigger; 7 nodes.
MCP_CALENDAR. Uses mcpTrigger, googleCalendarTool. Event-driven trigger; 7 nodes.
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?
Complete MCP server exposing all Cloudflare Tool operations to AI agents. Zero configuration needed - all 4 operations pre-built.
Comprehensive workflow template for managing Google Tasks through n8n automation. Provides full CRUD operations (Create, Read, Update, Delete) for seamless task management integration. Create Tasks -