- Explore MCP Servers
- md-webcrawl-mcp
Md Webcrawl Mcp
What is Md Webcrawl Mcp
md-webcrawl-mcp is a Python-based MCP web crawler designed for extracting and saving website content in markdown format.
Use cases
Use cases include extracting content from websites for documentation, creating content indexes for better navigation, and batch processing multiple URLs for large-scale data collection.
How to use
To use md-webcrawl-mcp, clone the repository, install dependencies, and configure optional environment variables. You can then run commands to extract content or create an index of linked content.
Key features
Key features include the ability to extract website content and save it as markdown files, map website structures and links, batch process multiple URLs, and configure the output directory.
Where to use
md-webcrawl-mcp can be used in various fields such as web development, content management, SEO analysis, and data scraping.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Md Webcrawl Mcp
md-webcrawl-mcp is a Python-based MCP web crawler designed for extracting and saving website content in markdown format.
Use cases
Use cases include extracting content from websites for documentation, creating content indexes for better navigation, and batch processing multiple URLs for large-scale data collection.
How to use
To use md-webcrawl-mcp, clone the repository, install dependencies, and configure optional environment variables. You can then run commands to extract content or create an index of linked content.
Key features
Key features include the ability to extract website content and save it as markdown files, map website structures and links, batch process multiple URLs, and configure the output directory.
Where to use
md-webcrawl-mcp can be used in various fields such as web development, content management, SEO analysis, and data scraping.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MD MCP Webcrawler Project
A Python-based MCP (https://modelcontextprotocol.io/introduction) web crawler for extracting and saving website content.
Features
- Extract website content and save as markdown files
- Map website structure and links
- Batch processing of multiple URLs
- Configurable output directory
Installation
- Clone the repository:
git clone https://github.com/yourusername/webcrawler.git
cd webcrawler
- Install dependencies:
pip install -r requirements.txt
- Optional: Configure environment variables:
export OUTPUT_PATH=./output # Set your preferred output directory
Output
Crawled content is saved in markdown format in the specified output directory.
Configuration
The server can be configured through environment variables:
OUTPUT_PATH: Default output directory for saved filesMAX_CONCURRENT_REQUESTS: Maximum parallel requests (default: 5)REQUEST_TIMEOUT: Request timeout in seconds (default: 30)
Claude Set-Up
Install with FastMCP
fastmcp install server.py
or user custom settings to run with fastmcp directly
"Crawl Server": { "command": "fastmcp", "args": [ "run", "/Users/mm22/Dev_Projekte/servers-main/src/Webcrawler/server.py" ], "env": { "OUTPUT_PATH": "/Users/user/Webcrawl" }
Development
Live Development
fastmcp dev server.py --with-editable .
Debug
It helps to use https://modelcontextprotocol.io/docs/tools/inspector for debugging
Examples
Example 1: Extract and Save Content
mcp call extract_content --url "https://example.com" --output_path "example.md"
Example 2: Create Content Index
mcp call scan_linked_content --url "https://example.com" | \
mcp call create_index --content_map - --output_path "index.md"
Contributing
- Fork the repository
- Create a feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Requirements
- Python 3.7+
- FastMCP (uv pip install fastmcp)
- Dependencies listed in requirements.txt
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










