Jina Reader
БесплатноНе проверенEnables fetching web pages via Jina Reader API, returning Markdown or JSON, with options for parallel fetches.
Описание
Enables fetching web pages via Jina Reader API, returning Markdown or JSON, with options for parallel fetches.
README
A minimal MCP server Docker image used to access a self-hosted or managed Jina Reader instance.
Usage
Starting the Server
docker run -d --rm \
--env JINA_API_KEY=<API key> \
--env JINA_BASE_URL=<URL> \
--end JINA_TIMEOUT=<timeout>
-p <port>:8000
ghcr.io/handcraftedbits/jina-reader-mcp:latest
Where:
<API key>is your Jina API key. Omit theJINA_API_KEYenvironment variable if the instance you're using doesn't require one.<URL>is the base URL of your Jina instance. If theJINA_BASE_URLenvironment variable is omitted,https://r.jina.aiwill be used.<timeout>is the default timeout in seconds for all operations. If theJINA_TIMEOUTenvironment variable is omitted, the default of30seconds will be used.<port>is the local port to map to. The MCP server will be available athttp://<host>:<port>.
Agent Details
Consult your agent harness's documentation for information on how to connect to the MCP server.
The MCP server will expose two tools:
web_fetch: Fetches a single page in either Markdown (default) or JSON formats. Parameters:content_type(optional, eitherjsonormarkdown): the format of the returned page. By default, this ismarkdown, and the tool description encourages agents to use this format.timeout(optional): the timeout, in seconds, for the fetch. By default, this is either30seconds or the value of theJINA_TIMEOUTenvironment variable.url(required): The URL of the page to fetch.with_all_images(optional): whether or not information about all the images on the page should be returned. By default, this isfalse.with_all_links(optional): whether or not information about all the links on the page should be returned. By default, this isfalse.
web_fetch_parallel: fetches up to five (maximum amount recommended by Jina) pages in parallel. Accepts a list of the same parameters asweb_fetch.
Установка Jina Reader
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/handcraftedbits/jina-reader-mcpFAQ
Jina Reader MCP бесплатный?
Да, Jina Reader MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Jina Reader?
Нет, Jina Reader работает без API-ключей и переменных окружения.
Jina Reader — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Jina Reader в Claude Desktop, Claude Code или Cursor?
Открой Jina Reader на 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 Jina Reader with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
