Design Engineer Logo
Visit Repo
Open Graph preview

MCP Jina Reader

Jina Reader MCP Server provides streamlined web content extraction capabilities optimized for LLM consumption

Site favicon
📱 Content Tools

Overview

Jina Reader MCP Server provides streamlined web content extraction capabilities optimized for LLM consumption.

Core Features

Content Extraction

  • Converts web content to Markdown format
  • Optimized output for LLM processing
  • Clean text extraction from URLs

Configuration

{
  "mcpServers": {
    "jina-reader": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-jina-reader"],
      "env": {
        "JINA_API_KEY": "your_key_here"
      }
    }
  }
}

Technical Details

Setup Requirements

  • Jina AI API key
  • Node.js environment
  • Compatible with Claude Desktop

Installation

# Using NPX (recommended)
npx -y @modelcontextprotocol/server-jina-reader

# For development
npm install
npm run build

Platform Support

| Platform | Config Location | |----------|----------------| | macOS | ~/Library/Application Support/Claude/claude_desktop_config.json | | Windows | %APPDATA%/Claude/claude_desktop_config.json |