markdown-downloader
Markdown Downloader is an MCP server that facilitates the conversion of web pages into markdown files using the r.jina.ai service. This tool is configurable, supports persistent settings, and offers flexibility in handling download directories.
What is the default download directory?
On Linux/macOS, it is ~/.markdown-downloads
, and on Windows, it is %USERPROFILE%\Documents\markdown-downloads
.
How do I change the download directory?
Use the command use set_download_directory /path/to/your/local/download/folder
to change the directory.
What should I do if a download fails?
Ensure you have an active internet connection, check the URL for validity, and verify write permissions for the download directory.
How are filenames generated?
Filenames are generated using a sanitized version of the URL followed by the current date.
Is the tool secure?
Yes, the tool uses r.jina.ai to fetch markdown content and saves files with sanitized filenames in a configurable directory.