πŸ” Prysm MCP Server

by pinkpixel-dev

2 stars
125 downloads
Not rated
GitHub

About

πŸ” Prysm MCP Server: Web scraping tools for AI assistants with multiple extraction modes and flexible output formats

Details

Author
pinkpixel-dev
GitHub stars
2
Downloads
125
Categories
Other

- Multiple scraping modes: focused (speed), balanced (default), deep (thorough)
- Content analysis to determine the best scraping approach
- Format results as markdown, HTML, or JSON
- Optional image extraction and local download
- Configurable scroll behavior for single-page applications
- Save formatted results to custom output directories

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name πŸ” Prysm MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install globally via npm (npm install -g @pinkpixel/prysm-mcp or prysm-mcp), then configure an MCP client with the command npx -y @pinkpixel/prysm-mcp. Use tools such as scrapeFocused, scrapeBalanced, scrapeDeep, and formatResult to scrape and format web content. Output directories can be customized via environment variables or tool parameters.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\ud83d\udd0d prysm mcp server": {
            "prysm-mcp-server": {
                "command": "node",
                "args": [
                    "bin/prysm-mcp"
                ]
            }
        }
    }
}

McpServers

{
    "prysm-mcp-server": {
        "command": "node",
        "args": [
            "bin/prysm-mcp"
        ]
    }
}

πŸ” Prysm MCP Server

The Prysm MCP (Model Context Protocol) Server enables AI assistants like Claude and others to scrape web content with high accuracy and flexibility.

✨ Features

- 🎯 Multiple Scraping Modes: Choose from focused (speed), balanced (default), or deep (thorough) modes
- 🧠 Content Analysis: Analyze URLs to determine the best scraping approach
- πŸ“„ Format Flexibility: Format results as markdown, HTML, or JSON
- πŸ–ΌοΈ Image Support: Optionally extract and even download images
- πŸ” Smart Scrolling: Configure scroll behavior for single-page applications
- πŸ“± Responsive: Adapts to different website layouts and structures
- πŸ’Ύ File Output: Save formatted results to your preferred directory

πŸš€ Quick Start

Installation

```bash

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.