O
Octoparse MCP
Official Octoparse MCP server for AI-powered web scraping workflows.
Created 3/10/2026
Updated about 7 hours ago
README
Repository documentation and setup instructions
Octoparse MCP Server
Use AI assistants to manage and automate your Octoparse web scraping tasks via the Model Context Protocol (MCP).
MCP Server URL: https://mcp.octoparse.com
Setup
Add the Octoparse MCP server to your AI client:
Claude Desktop
claude mcp add octoparse -s user -t http https://mcp.octoparse.com
Cursor / VS Code / Other clients
{
"mcpServers": {
"octoparse": {
"url": "https://mcp.octoparse.com"
}
}
}
Gemini CLI (~/.gemini/settings.json)
{
"mcpServers": {
"octoparse": {
"httpUrl": "https://mcp.octoparse.com",
"oauth": { "clientId": "Octoparse", "enabled": true }
}
}
}
After adding the server, complete OAuth authorization in your browser when prompted.
For ChatGPT and other clients, see the full setup guide.
What You Can Do
- 🔍 Search scraping templates with AI
- 📋 Create tasks from templates using natural language
- ▶️ Start, stop, and monitor task execution
- 💾 Export scraped data as JSON or CSV
- 👤 Check account balance and subscription status
Requirements
- An Octoparse account
- An MCP-compatible client (Claude, ChatGPT Plus/Team/Enterprise, Cursor, Gemini CLI, VS Code, etc.)
Resources
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/OctoparseData/octoparse-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"octoparsedata-octoparse-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/OctoparseData/octoparse-mcp"
]
}
}
}