Local Websearch
БесплатноНе проверенSmall Python MCP server that provides web search and page fetching tools via DuckDuckGo, requiring no API key.
Описание
Small Python MCP server that provides web search and page fetching tools via DuckDuckGo, requiring no API key.
README
Small Python MCP server that provides two tools:
web_search: search the public web through DuckDuckGo HTML resultsweb_fetch: fetch a page and extract readable text
No API key is required.
Requirements
- Linux server or workstation
- Python 3.10+
- Outbound internet access for:
pip install- web searches and page fetches at runtime
Quick install
git clone <this-repo-url> local-websearch-mcp
cd local-websearch-mcp
chmod +x install.sh
./install.sh
That creates .venv/, installs the package, and runs a built-in health check.
Manual install
python3 -m venv .venv
. .venv/bin/activate
pip install --upgrade pip
pip install .
local-websearch-mcp --self-test
Run
.venv/bin/local-websearch-mcp
Or:
python -m local_websearch_mcp.server
MCP client config
Use the installed executable directly:
{
"mcpServers": {
"local-websearch": {
"command": "/absolute/path/to/local-websearch-mcp/.venv/bin/local-websearch-mcp"
}
}
}
Health check
.venv/bin/local-websearch-mcp --self-test
Expected output:
{
"server": "local-websearch",
"status": "ok",
"tools": ["web_search", "web_fetch"]
}
Tools
web_search(query: str, max_results: int = 5)web_fetch(url: str, max_chars: int = 12000)
Local demo
python examples/simple_client.py
Repo contents
src/local_websearch_mcp/: MCP server and helpersexamples/: local demo clientinstall.sh: one-command local install
Notes
- DuckDuckGo HTML markup can change, so selectors may need maintenance.
- This server uses direct HTTP requests. Respect site terms and robots policies.
Установка Local Websearch
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dr34dl10n/websearch-mcpFAQ
Local Websearch MCP бесплатный?
Да, Local Websearch MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Local Websearch?
Нет, Local Websearch работает без API-ключей и переменных окружения.
Local Websearch — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Local Websearch в Claude Desktop, Claude Code или Cursor?
Открой Local Websearch на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Local Websearch with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
