Jina Reader MCP Server provides streamlined web content extraction capabilities optimized for LLM consumption
Jina Reader MCP Server provides streamlined web content extraction capabilities optimized for LLM consumption.
Content Extraction
Configuration
{
"mcpServers": {
"jina-reader": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-jina-reader"],
"env": {
"JINA_API_KEY": "your_key_here"
}
}
}
}
Setup Requirements
Installation
# Using NPX (recommended)
npx -y @modelcontextprotocol/server-jina-reader
# For development
npm install
npm run build
| Platform | Config Location | |----------|----------------| | macOS | ~/Library/Application Support/Claude/claude_desktop_config.json | | Windows | %APPDATA%/Claude/claude_desktop_config.json |