Jina Web
БесплатноНе проверенEnables web search and webpage scraping using Jina AI services.
Описание
Enables web search and webpage scraping using Jina AI services.
README
Search the web via Jina AI services
This is a TypeScript-based MCP server that provides web search and scraping functionality using Jina AI services.
Features
Tools
web_search- Search the web using Jina AI's search engine- Takes a query string as required parameter
- Returns search results with titles, URLs, and descriptions
- Requires Jina API key authentication
web_scrape- Scrape webpages using Jina AI's Reader service- Takes a URL as required parameter
- Returns clean markdown content from the webpage
- Free service, no authentication required
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Setup
Get a Jina AI API Key: Visit https://jina.ai/ to create a free account and get your API key.
Environment Variable: Set the
JINA_KEYenvironment variable with your API key:export JINA_KEY="your_jina_api_key_here"
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"jina-web-mcp": {
"command": "/path/to/jina-web-mcp/build/index.js",
"env": {
"JINA_KEY": "your_jina_api_key_here"
}
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
Установка Jina Web
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Brunwo/jina-search-mcpFAQ
Jina Web MCP бесплатный?
Да, Jina Web MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Jina Web?
Нет, Jina Web работает без API-ключей и переменных окружения.
Jina Web — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Jina Web в Claude Desktop, Claude Code или Cursor?
Открой Jina Web на 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 Jina Web with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
