Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Open Search

БесплатноНе проверен

Web search, page fetching, and research from the terminal or any MCP client — no API key required.

GitHubEmbed

Описание

Web search, page fetching, and research from the terminal or any MCP client — no API key required.

README

Web search, page fetching, and research from the terminal or any MCP client — no API key required.

Built on DuckDuckGo for search and Trafilatura for content extraction.

Install

Homebrew (macOS/Linux)

brew install rockindahizzy/tap/open-search-mcp

pipx / uv

# One-shot (no install)
uvx open-search-mcp search "your query"

# Permanent install
uv tool install open-search-mcp
# or
pipx install open-search-mcp

pip

pip install open-search-mcp

CLI Usage

# Search the web
open-search search "python async tutorial"
open-search search "react native" -n 5 -t w
open-search search "security CVE" -s github.com

# Fetch a page and extract readable content
open-search fetch https://example.com/article
open-search fetch https://news.ycombinator.com -m 5000

# Research: search + auto-fetch top results
open-search research "philosophy of mind AI"
open-search research "rust vs go 2025" -f 5 -v

# JSON output (pipe to jq, etc.)
open-search search "AI agents" --json
open-search research "MCP protocol" --json | jq '.results[0].content'

Commands

Command Description
search Search the web via DuckDuckGo
fetch Fetch a URL → clean readable text
research Search + auto-fetch top N results

Query Tips

  • Exact phrases: "financial literacy"
  • Exclude terms: -pinterest
  • Site filter: -s github.com or site:stackoverflow.com in query
  • Time range: -t d (day), -t w (week), -t m (month), -t y (year)
  • Combine: "react native" expo -reddit

MCP Server Usage

The package also runs as an MCP server for AI assistants and agents.

As stdio server

open-search-mcp

With Claude Desktop / MCP clients

{
  "mcpServers": {
    "open-search": {
      "command": "uvx",
      "args": ["open-search-mcp"]
    }
  }
}

MCP Tools

  • search — Web search with filters (region, time, site)
  • fetch — URL → clean text extraction
  • research — Search + auto-fetch combined

Dependencies

  • click — CLI framework
  • ddgs — DuckDuckGo search
  • httpx — HTTP client
  • trafilatura — Web content extraction
  • mcp — Model Context Protocol SDK

License

MIT

from github.com/rockindahizzy/open-search-mcp

Установить Open Search в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install open-search-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add open-search-mcp -- uvx --from git+https://github.com/rockindahizzy/open-search-mcp open-search-mcp

FAQ

Open Search MCP бесплатный?

Да, Open Search MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Open Search?

Нет, Open Search работает без API-ключей и переменных окружения.

Open Search — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Open Search в Claude Desktop, Claude Code или Cursor?

Открой Open Search на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Open Search with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development