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 "Install 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
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.csvYou: "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.
Related MCP server: Thordata MCP Server
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.comGemini 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/octoparse/octoparse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server