Searches Google, reads trends, automates cloud browsers, and extracts web pages as HTML, Markdown, text, or screenshots.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Scrapeless MCP Server.
The scrapeless-ai/scrapeless-mcp-server MCP server gives compatible AI clients access to Scrapeless web capabilities through the Model Context Protocol. Its documented scope covers Google Search, Google Trends, cloud browser sessions, page navigation, interaction, and content extraction. Agents can request visible page text, full HTML, screenshots, and browser-based actions such as clicking, typing, scrolling, waiting, and pressing keys.
The README also describes scraping JavaScript-heavy pages into HTML, Markdown, or screenshots, crawling websites by following links, and creating AI Scraper tasks for several named AI search and assistant services. These broader functions are part of the Scrapeless service exposed through the MCP integration; the excerpted tool table does not list every related tool.
The server supports two transport options. In stdio mode, an MCP client launches the npm package with npx and passes the Scrapeless credential through the SCRAPELESS_API_KEY environment variable. In Streamable HTTP mode, the client connects to https://api.scrapeless.com/mcp and sends the key in the x-api-token header.
A typical browser workflow starts by creating or reusing a cloud browser session, then navigating to a URL and performing actions against the page. The agent can wait for elements or fixed periods, retrieve rendered content, capture a screenshot, and close the session when finished. Browser sessions can use a reusable profile and optional persistence for cookies and local storage.
Create a Scrapeless API key from the Scrapeless Dashboard under Setting, API Key Management, and Create API Key. The project states that a free trial is available. Add the key to the client configuration before enabling the server.
For local execution, the documented configuration uses:
The hosted configuration uses the Streamable HTTP URL and an x-api-token header. Optional browser settings are available as environment variables in stdio mode or matching HTTP headers remotely:
BROWSER_PROFILE_ID selects a reusable browser profile.BROWSER_PROFILE_PERSIST enables persistent browser storage.BROWSER_SESSION_TTL sets the inactivity timeout in seconds.The documented tools include:
google_search for general Google information searches.google_trends for Google Trends data.browser_create and browser_close for cloud browser session lifecycle.browser_goto, browser_go_back, and browser_go_forward for navigation.browser_click, browser_type, and browser_press_key for page interaction.browser_wait_for and browser_wait for synchronization.browser_screenshot, browser_get_html, and browser_get_text for page output.browser_scroll for moving through a page.The scrapeless-ai/scrapeless-mcp-server MCP server is therefore suited to research, search-result collection, rendered-page extraction, and agent tasks that require browser interaction rather than only HTTP text retrieval.
A Scrapeless API key is required, so usage depends on the Scrapeless service and its account terms. The excerpt does not provide a complete tool list, pricing details beyond a free-trial reference, request limits, or supported output schemas. Browser profile settings are optional, and session timeout behavior is controlled through the configured TTL. Client setup differs between local stdio and hosted Streamable HTTP, so choose the transport supported by the MCP client you are configuring.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/scrapeless-ai-scrapeless-mcp-server)<a href="https://allmcps.com/mcp/scrapeless-ai-scrapeless-mcp-server"><img src="https://allmcps.com/api/badge/scrapeless-ai-scrapeless-mcp-server?style=directory" alt="Scrapeless MCP Server on AllMCPs" /></a>