WebRead
БесплатноНе проверенEnables AI assistants to read webpages and perform web searches using DuckDuckGo.
Описание
Enables AI assistants to read webpages and perform web searches using DuckDuckGo.
README
A Model Context Protocol (MCP) server that enables AI assistants to read webpages and perform web searches.
Tools
read_webpage
Fetches a webpage via GET request and returns its text content.
Parameters:
url(required) - The URL to fetchmax_chars(optional, default: 500) - Maximum characters to returnoffset(optional, default: 0) - Starting character position for chunked readingraw_html(optional, default: false) - Return raw HTML instead of extracted text
Example:
{
"url": "https://example.com",
"max_chars": 1000,
"offset": 0
}
web_search
Performs a web search using DuckDuckGo and returns titles with links.
Parameters:
query(required) - The search querypage(optional, default: 1) - Page number (1-based)
Example:
{
"query": "python tutorial",
"page": 1
}
Installation
From PyPI
pip install webread-mcp
From Source
git clone <repository-url>
cd webreadmcp
pip install -e .
Configuration
Add the server to your MCP client configuration:
If installed via pip
{
"mcpServers": {
"webread": {
"command": "python",
"args": ["-m", "webread_mcp"]
}
}
}
Running Manually
python -m webread_mcp
The server communicates via stdio and will wait for MCP protocol messages.
Custom CA Bundle
{
"mcpServers": {
"webread": {
"command": "python",
"args": ["-m", "webread_mcp"],
"env": {
"SSL_CERT_FILE": "/path/to/corporate-ca-bundle.crt"
}
}
}
}
Disable SSL Verification (Not Recommended)
{
"mcpServers": {
"webread": {
"command": "python",
"args": ["-m", "webread_mcp"],
"env": {
"WEBREAD_VERIFY_SSL": "false"
}
}
}
}
Dependencies
mcp- Model Context Protocol SDKhttpx- HTTP clientbeautifulsoup4- HTML parsingduckduckgo_search- Web search
Установить WebRead в Claude Desktop, Claude Code, Cursor
unyly install webread-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add webread-mcp -- uvx webread-mcpFAQ
WebRead MCP бесплатный?
Да, WebRead MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для WebRead?
Нет, WebRead работает без API-ключей и переменных окружения.
WebRead — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить WebRead в Claude Desktop, Claude Code или Cursor?
Открой WebRead на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare WebRead with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
