MCPServers
Markdown Downloader - MCP server logo

Markdown Downloader

20
0

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.

Last Updated: April 18, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签