Server data from the Official MCP Registry
Official Octoparse MCP server for template discovery, cloud tasks, and structured data export.
Official Octoparse MCP server for template discovery, cloud tasks, and structured data export.
Remote endpoints: streamable-http: https://mcp.octoparse.com
This is a well-structured Octoparse MCP server with proper authentication requirements (OAuth and API key support), reasonable permissions scoped to cloud task execution and template discovery, and clean code patterns. Minor code quality issues around error handling and logging exist but do not materially impact security. The server correctly avoids storing credentials and follows MCP best practices. Supply chain analysis found 10 known vulnerabilities in dependencies (0 critical, 7 high severity).
5 files analyzed · 16 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Octoparse MCP Server connects MCP-compatible AI clients to Octoparse so users can discover scraping templates, run cloud extraction tasks, manage existing tasks, and export structured data.
Use the hosted Streamable HTTP endpoint:
https://mcp.octoparse.com
Configure this as an MCP server endpoint, not as a REST API tool.
The hosted server supports two authentication patterns:
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:
{
"mcpServers": {
"octoparse": {
"type": "http",
"url": "https://mcp.octoparse.com"
}
}
}
Claude Code:
claude mcp add --transport http octoparse https://mcp.octoparse.com
Gemini 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.
| Tool | Purpose |
|---|---|
search_templates | Find Octoparse templates by keyword, template ID, or slug. |
execute_task | Validate parameters, create a cloud task, 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.
search_templates -> execute_task -> export_data
Example 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_data
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.npm install
npm run build
npm test
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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.