Skip to main content
Glama
tonmoy-dhroubo

scrapesearch-mcp

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 build

Global install

npm install -g .

Then run the server with:

scrapesearch-mcp

Run (STDIO)

node dist/index.js

Codex 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)

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    An 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.
    2
    8
    4
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for web search and content extraction using DuckDuckGo or SearXNG, with Playwright-based fetching and LLM-powered data extraction.
    139
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP 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

View all related MCP servers

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.

View all MCP Connectors

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/tonmoy-dhroubo/scrapesearch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server