A Model Context Protocol (MCP) server that provides web scraping functionality by converting URLs to markdown using the pure.md service.
Scrapes a URL and converts it to markdown format using the pure.md service.
Parameters:
url(string): The URL to scrape and convert to markdown
Example usage:
Use the get-markdown tool with url "https://example.com" to get the markdown content of that page.
-
Build the project:
npm run build
-
Install to Claude applications:
node scripts/update-config.js
Or install to specific applications:
node scripts/update-config.js desktop cursor code
-
Restart your Claude application to use the new server.
The server uses the pure.md service by prepending URLs with https://pure.md/ to convert web pages to clean markdown format. This allows you to easily extract and work with web content in a readable format.