MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Official Octoparse MCP server for AI-powered web scraping workflows.

Created 3/11/2026
Updated about 7 hours ago
Repository documentation and setup instructions

Octoparse MCP Server

Octoparse Docs MCP

English Deutsch Español Français Italiano 日本語 한국어

Turn any website into structured data — just by asking your AI assistant.

Octoparse MCP connects AI tools like Claude, ChatGPT, and Cursor to Octoparse, the no-code web scraping platform. No coding. No browser automation scripts. Just describe what you want.


What can you do with it?

You:  "Scrape the top 100 Amazon search results for 'wireless earbuds' and save as CSV"
AI:   Task created and started... Done. 100 products exported to earbuds.csv
You:  "Track iPhone 16 prices on Best Buy every day this week"
AI:   Scheduled. I'll run the task daily and notify you of any price changes.
You:  "Find all job postings for 'data analyst' on LinkedIn posted in the last 7 days"
AI:   Searching templates... Task running... 340 listings exported.

No scraping experience needed. If you can describe the data you want, Octoparse MCP can get it.


Common use cases

  • 🛒 E-commerce — Monitor competitor prices, track stock availability
  • 📈 Market research — Collect reviews, ratings, and product listings at scale
  • 💼 Recruiting — Aggregate job postings from multiple platforms
  • 📰 Media monitoring — Archive news articles and track topics over time
  • 🏠 Real estate — Pull listings, prices, and location data automatically

Quick Start

Cursor / VS Code / Other clients

{
  "mcpServers": {
    "octoparse": {
      "url": "https://mcp.octoparse.com"
    }
  }
}

Claude Desktop

claude mcp add octoparse -s user -t http 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 step-by-step guides for all clients, see the Full Setup Guide.


What's included

| | | |---|---| | 🔍 Search Templates | Ready-to-use scraping templates for popular sites | | 📋 Create Tasks | Set up new scraping jobs via natural language | | ▶️ Control Tasks | Start, stop, and monitor execution | | 💾 Export Data | Download results as JSON or CSV | | 👤 Account Info | Check credits and subscription status |


Requirements

  • An Octoparse account (no credit card required to start)
  • An MCP-compatible AI 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/octoparse/octoparse-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "octoparse-octoparse-mcp": { "command": "git", "args": [ "clone", "https://github.com/octoparse/octoparse-mcp" ] } } }