@cynosure-mcp/webfetch
v1.0.2
Published
MCP server for intelligent web page fetching with LLM-optimized markdown output
Downloads
79
Maintainers
Readme
@cynosure-mcp/webfetch
Web fetcher that converts pages to clean, LLM-readable markdown. Supports JavaScript-rendered pages, content extraction, and link discovery.
Installation
npx @cynosure-mcp/webfetchOr install globally:
npm install -g @cynosure-mcp/webfetch
webfetchTools
| Tool | Description |
| ----------------- | ------------------------------------------------------------------------------------------ |
| fetch_page | Fetch a URL and return clean markdown. Options: only_main_content, mobile, wait_time |
| screenshot_page | Capture a page as a base64 PNG screenshot. Options: full_page, mobile, wait_time |
| get_page_links | Discover all links on a page, grouped by internal/external |
| download_file | Download any file from a URL to disk |
Configuration
No configuration required.
MCP Config
{
"mcpServers": {
"webfetch": {
"command": "npx",
"args": ["@cynosure-mcp/webfetch"]
}
}
}License
MIT
