WhatsUpDoc (downmarked)
About
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
Details
- Author
- paradiselabs-ai
- GitHub stars
- 3
- Downloads
- 154
- Categories
- Developer Tools
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
WhatsUpDoc (downmarked)Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"whatsupdoc (downmarked)": {
"WhatsUpDoc": {
"command": "npx",
"args": [
"downmarked",
"fetch",
"https://reactjs.org/docs/getting-started.html"
]
}
}
}
}
McpServers
{
"WhatsUpDoc": {
"command": "npx",
"args": [
"downmarked",
"fetch",
"https://reactjs.org/docs/getting-started.html"
]
}
}
WhatsUpDoc (downmarked)
A command-line tool for fetching and storing developer documentation locally using the Model Context Protocol (MCP).
Features
- 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
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





