Octoparse MCP Server
OfficialAllows scraping product listings and details from Amazon, such as search results for earbuds, and exporting them as structured data.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Octoparse MCP ServerScrape top 10 Amazon listings for 'wireless mouse' and export as CSV"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Octoparse MCP Server
Octoparse MCP Server connects MCP-compatible AI clients to Octoparse so users can discover scraping templates, create cloud tasks from Octoparse preset templates, manage existing tasks, and export structured data.
Hosted Server
Use the hosted Streamable HTTP endpoint:
https://mcp.octoparse.comConfigure this as an MCP server endpoint, not as a REST API tool.
Related MCP server: Hyperbrowser MCP Server
Authentication
The hosted server officially supports both OAuth and API key authentication:
OAuth: the default option when the MCP client can open a browser authorization flow.
API key: an optional authentication method for clients that can send custom HTTP headers.
For API key mode, send the key in the x-api-key header. Do not place real keys in source control, issue reports, screenshots, or shared logs.
Quick Start
Generic HTTP MCP configuration:
{
"mcpServers": {
"octoparse": {
"type": "http",
"url": "https://mcp.octoparse.com"
}
}
}Claude OAuth / default authentication:
claude mcp add --transport http octoparse https://mcp.octoparse.comClaude with API key:
claude mcp add --transport http octoparse https://mcp.octoparse.com --header "x-api-key: YOUR_API_KEY"Codex CLI:
codex mcp add octoparse --url https://mcp.octoparse.comGemini CLI example configuration:
{
"mcpServers": {
"octoparse": {
"httpUrl": "https://mcp.octoparse.com",
"oauth": {
"clientId": "Octoparse",
"enabled": true
}
}
}
}After adding the server, complete authorization in the browser if your client prompts for OAuth.
More client examples are in Configuration.
Tools
Tool | Purpose |
| Find Octoparse templates by keyword, template ID, or slug. |
| Validate parameters, create a cloud task from an Octoparse preset template, and start extraction. |
| Export task results as JSON, CSV, Excel, HTML, or XML when data is ready. |
| Search existing tasks in the authenticated account. |
| Start or stop an existing cloud task by task ID. |
| Redeem a promotion, coupon, or resource code supplied by the user. |
See Tools for inputs, examples, and common failure cases.
Typical Workflow
search_templates -> execute_task -> export_dataExample user prompt:
Find a cloud-capable Octoparse template for Amazon product listings, run it for wireless earbuds, and export the result as CSV.For an existing task, use:
search_tasks -> export_dataScheduling, notifications, recurring jobs, and external automations are handled by the MCP client or another automation system. The MCP server exposes task and export tools; it does not provide a standalone scheduler.
Scope
Octoparse MCP Server can:
Search the Octoparse template library.
Create and run cloud-capable tasks from Octoparse preset templates.
Validate template parameters before execution.
Export collected data when a task has data available.
Search, start, stop, monitor, and export existing cloud-supported tasks, including existing cloud-supported custom tasks.
It does not:
Run local-only desktop tasks through the hosted server.
Create fully custom scraping tasks.
Create or edit custom task configuration details such as custom fields, pagination rules, loop logic, browser workflow, or extraction steps.
Upload private templates.
Provide billing or account administration tools.
Schedule recurring runs by itself.
Common Limits
Some templates are local-only and must be run in the Octoparse desktop app.
Cloud execution depends on account permissions, available credits or quota, target-site availability, and template support.
Long-running tasks may need follow-up calls. If data is still collecting or exporting, wait and call
export_dataagain.Tool availability can be narrowed with
includeToolsorexcludeToolsURL parameters. See Overview.
Security
Keep API keys and OAuth tokens out of Git, logs, screenshots, and public issues.
Use OAuth when possible for interactive clients.
Use
x-api-keyonly with clients that store headers securely.Report vulnerabilities privately. See Security.
Documentation
Development
npm install
npm run build
npm testFor local environment variables, copy .env.example to .env and fill only values needed for your environment. Never commit .env.
Contributing
Contributions are welcome. Please read CONTRIBUTING.md before opening issues or pull requests.
License
MIT. See LICENSE.md.
This server cannot be deployed
Maintenance
Related MCP Connectors
Direct access to 60+ scraping and search tools. Extract structured data from Google (Search, Maps, Trends), Amazon, Airbnb, Social Media, and any web page directly into your AI agent.
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
- mcpOAuthcom.sequentum
Turn the web into structured, reliable, actionable enterprise data for AI Agents
Web scraping for AI agents. Extract text and metadata from any URL worldwide. $0.005/page.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables extracting data from websites using natural language prompts, allowing users to specify exactly what content they want in plain English and returning structured JSON data.9 npm8MIT
- AlicenseNot gradedqualityDmaintenanceEnables web scraping, crawling, structured data extraction, and browser automation through multiple AI agents including OpenAI's CUA, Anthropic's Claude Computer Use, and Browser Use.4 npmMIT
- AlicenseBqualityFmaintenanceEnables AI assistants to interact with the Apify platform to manage actors, monitor runs, and retrieve scraped data from datasets. It supports natural language commands for executing web scrapers, managing tasks, and accessing key-value stores.28MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to scrape, crawl, search, and extract data from websites via the Spider Cloud API, with anti-bot bypass and JavaScript rendering.601MIT