Markdown Downloader
Summary
This Markdown Downloader MCP server, developed by an unknown author, provides AI assistants with capabilities to download and process Markdown content. Built with TypeScript and leveraging libraries like axios and fs-extra, it offers a streamlined interface for retrieving Markdown files from URLs, parsing their content, and saving them locally. The server implements error handling and file system operations to manage downloaded content effectively. By abstracting the complexities of web requests and file manipulation, it enables AI systems to easily incorporate Markdown processing into their workflows. This implementation is particularly useful for content aggregation, documentation management, and text analysis tasks, facilitating use cases such as automated content curation, knowledge base creation, and structured data extraction from Markdown sources.
Available Actions(4)
set_download_directory
Change the download directory. Validates that the directory exists and is writable, and persists the configuration for future use.
download_markdown
Download a webpage as a markdown file. The URL will be prepended with 'r.jina.ai', and the filename format will be '{sanitized-url}-{date}.md', saved in the configured download directory.
list_downloaded_files
List all downloaded markdown files.
get_download_directory
Retrieve the current download directory.
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください