jina-reader-mcp
jina-reader-mcp
一个极简的 MCP 服务器 Docker 镜像,用于访问自托管或托管的 Jina Reader 实例。
用法
启动服务器
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其中:
<API key>是你的 Jina API 密钥。如果你使用的实例不需要 API 密钥,请省略JINA_API_KEY环境变量。<URL>是你的 Jina 实例的基础 URL。如果省略JINA_BASE_URL环境变量,将使用https://r.jina.ai。<timeout>是所有操作的默认超时时间(秒)。如果省略JINA_TIMEOUT环境变量,将使用默认的30秒。<port>是要映射的本地端口。MCP 服务器将在http://<host>:<port>上可用。
Related MCP server: Jina AI Remote MCP Server
Agent 详情
有关如何连接到 MCP 服务器的信息,请查阅你的 Agent 框架文档。
MCP 服务器将暴露两个工具:
web_fetch:以 Markdown(默认)或 JSON 格式获取单个页面。参数:content_type(可选,json或markdown):返回页面的格式。默认值为markdown,工具描述鼓励 Agent 使用此格式。timeout(可选):获取操作的超时时间(秒)。默认值为30秒或JINA_TIMEOUT环境变量的值。url(必填):要获取的页面的 URL。with_all_images(可选):是否返回页面上所有图片的信息。默认值为false。with_all_links(可选):是否返回页面上所有链接的信息。默认值为true。
web_fetch_parallel:并行获取最多五个(Jina 建议的最大数量)页面。接受与web_fetch相同的参数列表。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA Managed Component Provider that enables fetching webpage content using Jina AI's reader service.
- AlicenseNot gradedqualityCmaintenanceProvides web content extraction, search capabilities (web, arXiv, SSRN, images), semantic deduplication, and reranking through Jina AI's Reader, Embeddings, and Reranker APIs.1Apache 2.0
- FlicenseBqualityDmaintenanceEnables web page scraping via Jina reader API and searching FastMCP documentation using minsearch. Supports fetching markdown content from URLs and querying indexed documentation files.3
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to read and extract clean, markdown-formatted content from any webpage using the Jina AI Reader API.551Apache 2.0
Related MCP Connectors
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.
Converts any URL to clean, LLM-ready Markdown using real Chrome browsers
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/handcraftedbits/jina-reader-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server