Jina AI Reader
FreeNot checkedConverts web pages into clean Markdown format using Jina AI's r.jina.ai service with automatic content caching, token counting, and change detection for efficie
About
Converts web pages into clean Markdown format using Jina AI's r.jina.ai service with automatic content caching, token counting, and change detection for efficient web content extraction.
README
This is a lightweight MCP server that fetches and serves Markdown versions of web pages using r.jina.ai. It enables LLMs to access clean, token-aware web content with minimal overhead.
Could also use the existing fetch mcp, but where's the fun in that!?
Features
- Fetch any URL as Markdown
- Auto-hashes, tokenizes, and caches content
- Assigns stable URIs for resource lookup
Usage
To test locally:
npx @modelcontextprotocol/inspector uv run src/jina-mcp/server.py
Integrate with an mcp client for LLM use. e.g. claude, cursor, custom.
For example your config might look like this
{
"mcpServers": {
"jina-mcp": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\jswords\\mcp-jina\\src\\jina-mcp\\",
"run",
"server.py"
]
}
}
}
To Do
- Add support for batch fetching in parallel
- Deploy
Installing Jina AI Reader
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/jswords91/jina-ai-mcpFAQ
Is Jina AI Reader MCP free?
Yes, Jina AI Reader MCP is free — one-click install via Unyly at no cost.
Does Jina AI Reader need an API key?
No, Jina AI Reader runs without API keys or environment variables.
Is Jina AI Reader hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Jina AI Reader in Claude Desktop, Claude Code or Cursor?
Open Jina AI Reader on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by 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
by xuzexin-hzCompare Jina AI Reader with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
