mcp-url2markdown

mcp-url2markdown

3.3

mcp-url2markdown is a tool that converts webpage content from a given URL into clean, formatted markdown using the crawl4ai library.

mcp-url2markdown is a server application designed to transform webpage content into markdown format. It leverages the capabilities of the crawl4ai library to ensure that the markdown output is clean and well-structured. This tool is particularly useful for developers and content creators who need to convert web content into markdown for documentation or other purposes. The server can be run using FastMCP, and it supports integration with various tools like Cursor, cline, and roo code. The application is easy to set up and use, making it accessible for users with varying levels of technical expertise.

Features

  • Converts webpage content to markdown format.
  • Utilizes the crawl4ai library for content extraction.
  • Supports FastMCP for server management.
  • Integrates with tools like Cursor, cline, and roo code.
  • Easy setup and configuration.

Usage with Different Platforms

FastMCP

bash
source .venv/bin/activate
fastmcp dev server.py

Roo Code


{
  "mcpServers": {
    "url2md": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/mcp-url2markdown",
        "run",
        "server.py"
      ],
      "env": {},
      "disabled": false,
      "autoApprove": [],
      "alwaysAllow": []
    }
  }
}