scrapesearch-mcp
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., "@scrapesearch-mcpsearch for latest AI news"
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.
ScrapeSearch MCP (DuckDuckGo + Mojeek)
MCP server that provides:
search(query)— scrape SERP results (first page only)fetch(url)— fetch and return clean content (markdown/text) or raw HTML
Requirements
Node.js 18+
Related MCP server: web-mcp-server
Install & Build
npm install
npm run buildGlobal install
npm install -g .Then run the server with:
scrapesearch-mcpRun (STDIO)
node dist/index.jsCodex CLI config
~/.codex/config.toml
[mcp_servers.scrapesearch]
command = "scrapesearch-mcp"
args = []
env = { LOG_LEVEL = "info" }Claude Desktop config
claude_desktop_config.json
{
"mcpServers": {
"scrapesearch": {
"command": "scrapesearch-mcp",
"args": [],
"env": { "LOG_LEVEL": "info" }
}
}
}Notes
DuckDuckGo is preferred, with Mojeek fallback if results are empty.
No pagination; only the first page is scraped.
SSRF protections block private/loopback targets.
Scripts
npm run dev— run server in dev mode (TS)npm run build— compile TS →dist/npm test— fixture-based tests (offline)
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.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that integrates with the SearXNG API to provide comprehensive web search capabilities with features like time filtering, language selection, and safe search. It also enables users to fetch and convert web content from specific URLs into markdown format.284MIT
- Flicense-qualityBmaintenanceMCP server that exposes web_search and web_fetch tools, allowing LLM applications to search the web via DuckDuckGo and fetch page content as cleaned markdown.
- Alicense-qualityCmaintenanceMCP server for web search and content extraction using DuckDuckGo or SearXNG, with Playwright-based fetching and LLM-powered data extraction.139MIT
- Alicense-qualityDmaintenanceMCP server for internet search via direct Google and DuckDuckGo HTML scraping with AI-powered result normalization and optional summarization, requiring no API keys for search.MIT
Related MCP Connectors
Serper MCP — wraps the Serper Google Search API (serper.dev)
MCP server for Google search results via SERP API
Free remote MCP server for fetching public web pages through a rotating proxy pool.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/tonmoy-dhroubo/scrapesearch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server