The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Octoparse MCP Server listing page.
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.
Use the hosted Streamable HTTP endpoint:
Configure this as an MCP server endpoint, not as a REST API tool.
The hosted server officially supports both OAuth and API key authentication:
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.
Generic HTTP MCP configuration:
Claude OAuth / default authentication:
Claude with API key:
Codex CLI:
Gemini CLI example configuration:
After adding the server, complete authorization in the browser if your client prompts for OAuth.
More client examples are in Configuration.
| Tool | Purpose |
|---|---|
search_templates | Find Octoparse templates by keyword, template ID, or slug. |
execute_task | Validate parameters, create a cloud task from an Octoparse preset template, and start extraction. |
export_data | Export task results as JSON, CSV, Excel, HTML, or XML when data is ready. |
search_tasks | Search existing tasks in the authenticated account. |
start_or_stop_task | Start or stop an existing cloud task by task ID. |
redeem_coupon_code | Redeem a promotion, coupon, or resource code supplied by the user. |
See Tools for inputs, examples, and common failure cases.
Example user prompt:
For an existing task, use:
Scheduling, 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.
Octoparse MCP Server can:
It does not:
export_data again.includeTools or excludeTools URL parameters. See Overview.x-api-key only with clients that store headers securely.For local environment variables, copy .env.example to .env and fill only values needed for your environment. Never commit .env.
Contributions are welcome. Please read CONTRIBUTING.md before opening issues or pull requests.
MIT. See LICENSE.md.