# Markdown Downloader

Download webpages as markdown files effortlessly. Convert web content into markdown format with a simple command, and manage your downloads with ease. Enjoy a configurable download directory and auto…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add dazeb/markdown-downloader

# Browse available tools
npx -y @smithery/cli@latest tool list dazeb/markdown-downloader

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dazeb/markdown-downloader download_markdown

# Call a tool
npx -y @smithery/cli@latest tool call dazeb/markdown-downloader download_markdown '{}'
```

## Tools (5)

- `download_markdown` — Download a webpage as markdown using r.jina.ai
- `list_downloaded_files` — List all downloaded markdown files
- `set_download_directory` — Set the main local download folder for markdown files
- `get_download_directory` — Get the current download directory
- `create_subdirectory` — Create a new subdirectory in the root download folder

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get dazeb/markdown-downloader <tool-name>
```

---

Source: https://github.com/dazeb/markdown-downloader | License: MIT
