π Prysm MCP Server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
π Prysm MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



