WhatsUpDoc (downmarked)
@paradiselabs-ai
关于 WhatsUpDoc (downmarked)
Scrape any developer documentation and save it locally as a markdown file using anthropic's MCP to standardize communication between the cli and the documentation server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"WhatsUpDoc": {
"command": "npx",
"args": [
"downmarked",
"fetch",
"https://reactjs.org/docs/getting-started.html"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is WhatsUpDoc?
WhatsUpDoc is a command-line tool that fetches developer documentation from any website, converts it to Markdown using the Model Context Protocol (MCP), and saves it locally. It is intended for developers who want to store documentation offline or as local Markdown files.
How to use WhatsUpDoc?
Install globally with npm install -g downmarked, then run downmarked fetch <url> to fetch and save documentation. Use options like -o for output path, -s for a CSS selector, -r for recursive linked pages, -d for max depth, and --split to split by headers into separate files.
Key features of WhatsUpDoc
- Fetch documentation from any website and convert it to Markdown
- Save documentation to any location on your system
- Target specific content using CSS selectors
- Recursively fetch linked documentation pages
- Split documentation by headers into separate files
- Uses the Model Context Protocol (MCP) for standardized communication
Use cases of WhatsUpDoc
- Save React documentation to a local Markdown file for offline reference
- Recursively fetch multiple linked docs pages (e.g., Python tutorial) up to a specified depth
- Extract only the main content area of a page using a CSS selector
- Split long documentation by headers into multiple files for easier navigation
FAQ from WhatsUpDoc
How do I install the tool?
Install globally with npm install -g downmarked or run directly with npx downmarked fetch <url>.
What options are available for fetching documentation?
Options include -o for output path, -s for a CSS selector, -r for recursive fetching, -d for maximum recursion depth (default 3), and --split to split by headers into separate files.
Can I fetch only part of a web page?
Yes, use the -s option with a CSS selector (e.g., -s "main") to target specific content areas.
What does the recursive option do?
The -r flag fetches linked documentation pages from the initial page, up to an optional maximum depth (-d).
开发工具 分类下的更多 MCP 服务器
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
test
prysmaticlabsGo implementation of Ethereum proof of stake
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
评论