Markdown Downloader MCP Server
by dazeb
Markdown Downloader is a powerful MCP server that allows you to download webpages as markdown files with ease. It leverages the r.jina.ai service to convert web content into markdown format.
Last updated: N/A
What is Markdown Downloader MCP Server?
Markdown Downloader is an MCP server that enables users to download webpages as markdown files. It utilizes the r.jina.ai service for converting web content to markdown format and provides features for managing downloaded files and configuration.
How to use Markdown Downloader MCP Server?
To use the server, first install it either via Smithery or manually by cloning the repository, installing dependencies, and building the project. Then, configure the server in your Cline/Roo-Cline MCP settings. Use the provided commands to set the download directory, download markdown files from URLs, list downloaded files, and retrieve the current download directory.
Key features of Markdown Downloader MCP Server
Download webpages as markdown using r.jina.ai
Configurable download directory
Automatically generates date-stamped filenames
List downloaded markdown files
Use cases of Markdown Downloader MCP Server
Archiving web content as markdown
Creating offline documentation from webpages
Extracting content from websites for analysis
Converting blog posts to markdown for editing
FAQ from Markdown Downloader MCP Server
What is r.jina.ai?
What is r.jina.ai?
r.jina.ai is a service used by Markdown Downloader to fetch and convert webpages into markdown format.
Where is the configuration stored?
Where is the configuration stored?
Configuration is stored in ~/.config/markdown-downloader/config.json
.
What is the default download directory?
What is the default download directory?
The default download directory is ~/.markdown-downloads
.
How do I change the download directory?
How do I change the download directory?
Use the command use set_download_directory /path/to/your/local/download/folder
.
What filename format is used for downloaded files?
What filename format is used for downloaded files?
The filename format is {sanitized-url}-{date}.md
.