scrapeless-mcp-server

general MCP Server

Scrapeless Mcp Server

Install Ready
generalgeneral
3 views162 stars28 forksv0.4.9MIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
162
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx -y scrapeless-mcp-server

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "scrapeless-mcp-server": {
      "command": "npx",
      "args": [
        "scrapeless-mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

24
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (24)

BROWSER_PROFILE_ID

x-browser-profile-id

browser_close

Closes the current session by disconnecting the cloud browser.

browser_wait_for

Wait for a specific page element to appear.

scrape_html

Scrape a URL and return its full HTML content.

BROWSER_PROFILE_PERSIST

x-browser-profile-persist

browser_goto

Navigate browser to a specified URL.

browser_wait

Pause execution for a fixed duration.

scrape_markdown

Scrape a URL and return its content as Markdown.

BROWSER_SESSION_TTL

x-browser-session-ttl

browser_go_back

Go back one step in browser history.

scrape_screenshot

Capture a high-quality screenshot of any webpage.

Name

Description

browser_go_forward

Go forward one step in browser history.

browser_get_html

Get the full HTML of the current page.

google_search

Universal information search engine.

browser_click

Click a specific element on the page.

browser_get_text

Get all visible text from the current page.

google_trends

Get trending search data from Google Trends.

browser_type

Type text into a specified input field.

browser_create

Create or reuse a cloud browser session using Scrapeless.

browser_press_key

Simulate a key press.

browser_scroll_to

Scroll a specific element into view.

browser_scroll

Scroll to the bottom of the page.

browser_screenshot

Capture a screenshot of the current page.