Skip to content

CaptainCrouton89/scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrape MCP Server

A Model Context Protocol (MCP) server that provides web scraping functionality by converting URLs to markdown using the pure.md service.

Tool

get-markdown

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.

Installation

  1. Build the project:

    npm run build
  2. Install to Claude applications:

    node scripts/update-config.js

    Or install to specific applications:

    node scripts/update-config.js desktop cursor code
  3. Restart your Claude application to use the new server.

How it works

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors