scrapeless-mcp-server
The Scrapeless MCP Server enables AI applications to interact with the web in real time for data extraction and automation.
The Scrapeless MCP Server is a robust integration layer designed for seamless interaction between large language models (LLMs) and various web services. It allows models like ChatGPT and Claude to perform complex web navigation, data scraping, and automation tasks effortlessly. By leveraging the open MCP standard, this server connects to a wide array of external capabilities, including Google services and browser automation, making it an essential tool for developers and researchers alike. With features such as dynamic content scraping from JavaScript-heavy sites and the ability to bypass web security measures like Cloudflare, the Scrapeless MCP Server empowers users to extract real-time data and automate web interactions without the risk of being blocked. Whether you're building an AI assistant, a coding copilot, or autonomous web agents, this server provides the necessary tools to enhance your workflows with real-world data.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"scrapeless-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-scrapeless-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions