Scrapeless Mcp Server
@scrapeless-ai
关于 Scrapeless Mcp Server
Scrapeless MCP Server lets LLMs and AI tools like ChatGPT and Cursor access real-time web data via Google services, browser automation, and scraping—no blocks, just seamless context.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"scrapelessMcpServer": {
"command": "npx",
"args": [
"-y",
"scrapeless-mcp-server"
],
"env": {
"SCRAPELESS_KEY": "YOUR_SCRAPELESS_KEY"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Scrapeless Mcp Server?
Scrapeless Mcp Server is the official Model Context Protocol (MCP) integration layer that lets LLMs, AI agents, and AI applications interact with the web in real time. It connects models like ChatGPT, Claude, and tools like Cursor and Windsurf to Google services, browser automation, and web scraping capabilities.
How to use Scrapeless Mcp Server?
Obtain an API key from the Scrapeless Dashboard (free trial available). Then configure your MCP client with either Stdio (local execution via npx -y scrapeless-mcp-server using the SCRAPELESS_KEY environment variable) or Streamable HTTP (hosted API mode at https://api.scrapeless.com/mcp with the x-api-token header). Specific setup steps are provided for Claude Desktop and Cursor IDE.
Key features of Scrapeless Mcp Server
- Google Search, Flights, Trends, Scholar integration.
- Full browser automation: navigate, click, type, scroll.
- Scrape pages as HTML, Markdown, or screenshots.
- Bypass Cloudflare and extract JS-rendered content.
- Live session preview for browser interactions.
- Works with ChatGPT, Claude, Cursor, Windsurf, and more.
Use cases of Scrapeless Mcp Server
- Build an AI research assistant that searches Google Scholar or Trends.
- Automate web form filling and data extraction via conversational commands.
- Scrape dynamically rendered content and write it to a local file.
- Perform automated SERP scraping (e.g., Google Search results to a file).
- Create autonomous web agents that navigate, bypass protections, and extract data.
FAQ from Scrapeless Mcp Server
Which LLMs and tools does Scrapeless Mcp Server integrate with?
It integrates with ChatGPT, Claude, and tools like Cursor and Windsurf via the open MCP standard.
How do I get an API key?
Log in to the Scrapeless Dashboard, go to Settings → API Key Management, create a key, and copy it. A free trial is available.
What transport modes are supported?
Both Stdio (local execution) and Streamable HTTP (hosted API mode) are supported.
Can it bypass Cloudflare?
Yes, the Screenshot MCP browser service can automatically access Cloudflare-protected pages and return content in Markdown.
What security practices should I follow?
Never pass raw scraped content directly into LLM prompts. Sanitize extracted data, prefer structured extraction, apply domain whitelisting, and log all outbound requests.
浏览器自动化 分类下的更多 MCP 服务器
Fetch MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.

Puppeteer
modelcontextprotocolModel Context Protocol Servers
MCP Browser Kit
ndthanhdevAn MCP Server that enables AI assistants to interact with your local browsers.
@mendableai/firecrawl Mcp Server
mendableaiThe API to search, scrape, and interact with the web at scale. 🔥
browser-mcp
djydeA browser extension and MCP server that allows you to interact with the browser you are using.
评论