Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Skrape Mcp

    MCP Server for skrape.ai, lets you input any URL and it returns clean markdown for the LLM

    11 stars
    JavaScript
    Updated Oct 3, 2025
    html-to-markdown
    mcp
    mcp-server
    scrape
    scraper
    skrape

    Table of Contents

    • Key Features
    • Features
    • Tools
    • Installation
    • Installing via Smithery
    • Manual Installation
    • Using with LLMs
    • Advanced Options
    • Development
    • Debugging

    Table of Contents

    • Key Features
    • Features
    • Tools
    • Installation
    • Installing via Smithery
    • Manual Installation
    • Using with LLMs
    • Advanced Options
    • Development
    • Debugging

    Documentation

    Skrape MCP Server

    smithery badge

    Convert webpages into clean, LLM-ready Markdown using skrape.ai. An MCP server that seamlessly integrates web scraping with Claude Desktop and other MCP-compatible applications.

    Key Features

    • Clean Output: Removes ads, navigation, and irrelevant content
    • JavaScript Support: Handles dynamic content rendering
    • LLM-Optimized: Structured Markdown perfect for AI consumption
    • Consistent Format: Uniform structure regardless of source

    Features

    Tools

    • get_markdown - Convert any webpage to LLM-ready Markdown
    • Takes any input URL and optional parameters
    • Returns clean, structured Markdown optimized for LLM consumption
    • Supports JavaScript rendering for dynamic content
    • Optional JSON response format for advanced integrations

    Installation

    Installing via Smithery

    To install Skrape MCP Server for Claude Desktop automatically via Smithery:

    bash
    npx -y @smithery/cli install @skrapeai/skrape-mcp --client claude

    Manual Installation

    1. Get your API key from skrape.ai

    1. Install dependencies:

    bash
    npm install

    1. Build the server:

    bash
    npm run build

    1. Add the server config to Claude Desktop:

    On MacOS:

    bash
    nano ~/Library/Application\ Support/Claude/claude_desktop_config.json

    On Windows:

    bash
    notepad %APPDATA%/Claude/claude_desktop_config.json

    Add this configuration (replace paths and API key with your values):

    json
    {
      "mcpServers": {
        "skrape": {
          "command": "node",
          "args": ["path/to/skrape-mcp/build/index.js"],
          "env": {
            "SKRAPE_API_KEY": "your-key-here"
          }
        }
      }
    }

    Using with LLMs

    Here's how to use the server with Claude or other LLM models:

    1. First, ensure the server is properly configured in your LLM application

    2. Then, you can ask the ALLMI to fetch and process any webpage:

    code
    Convert this webpage to markdown: https://example.com
    
    Claude will use the MCP tool like this:
    
    skrape
    get_markdown

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • KI

      Kill Process Mcp

      Python·
      9
    • MC

      Mcpjungle

      Go·
      617

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • KI

      Kill Process Mcp

      Python·
      9
    • MC

      Mcpjungle

      Go·
      617

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k