Mcp Jina Ai
@kealuya
About Mcp Jina Ai
MCP-Jina-AI 是一个强大的 MCP(模型控制协议)工具,集成了 Jina.ai 的阅读器服务,可以将网页内容转换为大语言模型(LLM)友好的格式。它提供了一种简单高效的方式,将网页转换为结构化的文本,便于 AI 模型处理。
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-jina-ai": {
"command": "mcp-jina-ai"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Jina Ai?
Mcp Jina Ai is an MCP server that uses Jina.ai’s free reader service (r.jina.ai) to extract the main content from any web page and return it in a format optimized for large language models.
How to use Mcp Jina Ai?
Install it with go install github.com/kealuya/mcp-jina-ai@latest, then add the provided JSON configuration to your MCP config file and restart the MCP service. Once configured, you invoke the server by providing a URL, and it returns the LLM‑ready content.
Key features of Mcp Jina Ai
- Installed easily via a single Go command
- Integrates with Jina.ai’s free reader service
- Returns web page content optimized for LLMs
- Simple MCP configuration: just add a JSON block
- No API key or registration required (service is free)
Use cases of Mcp Jina Ai
- Extract article text for feeding into an AI assistant
- Preprocess web content before sending it to a language model
- Automate the conversion of web pages into clean, LLM‑friendly input
FAQ from Mcp Jina Ai
How do I install mcp-jina-ai?
Run go install github.com/kealuya/mcp-jina-ai@latest. Make sure Go is installed and your GOPATH is set in your system’s PATH.
How do I configure mcp-jina-ai in my MCP client?
Add the following JSON to your MCP configuration file, then restart the MCP service: {"mcpServers": {"mcp-jina-ai": {"command": "mcp-jina-ai"}}}.
What does the Jina.ai reader service do?
It extracts the main content from any web page. To use it, prefix the target URL with r.jina.ai/. For example: https://r.jina.ai/https://example.com/article.
What license does mcp-jina-ai use?
It is released under the MIT License.
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Nginx UI
0xJackyYet another WebUI for Nginx
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments