Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Jina AI Reader

FreeNot checked

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 efficie

GitHubEmbed

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

from github.com/jswords91/jina-ai-mcp

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-mcp

FAQ

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

Compare 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