tanevanwifferen_usescraper-mcp-server
UseScraper MCP Server is a TypeScript-based server that provides web scraping capabilities using the UseScraper API.
The UseScraper MCP Server is designed to facilitate web scraping by leveraging the UseScraper API. It is implemented in TypeScript and offers a streamlined interface for extracting content from web pages. The server exposes a single tool, 'scrape', which allows users to specify the URL of the webpage they wish to scrape, along with optional parameters such as the format of the extracted content and the use of advanced proxy settings. This server is particularly useful for developers and data analysts who need to gather data from the web in a structured format. The server can be easily integrated with various platforms, including Claude Desktop, by configuring the server settings and providing the necessary API key.
Features
- TypeScript-based implementation for robust performance.
- Single tool 'scrape' for extracting webpage content.
- Supports multiple content formats: text, html, markdown.
- Optional advanced proxy settings to bypass bot detection.
- Configurable for integration with platforms like Claude Desktop.
MCP Tools
- scrape: Extract content from a webpage with optional parameters for format and proxy settings.
Usage with Different Platforms
Claude Desktop
{
"mcpServers": {
"usescraper-server": {
"command": "node",
"args": ["/path/to/usescraper-server/build/index.js"],
"env": {
"USESCRAPER_API_KEY": "your-api-key-here"
}
}
}
}
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
playwright-mcp
by microsoft
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a browser-use powered agent that autonomously executes and debugs web apps directly in your code editor.