What is the Jina Reader MCP server?
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
How to install Jina Reader
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"jina-reader": {
"url": "https://gateway.pipeworx.io/jina-reader/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"jina-reader": {
"serverUrl": "https://gateway.pipeworx.io/jina-reader/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"jina-reader": {
"type": "http",
"url": "https://gateway.pipeworx.io/jina-reader/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"jina-reader": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/jina-reader/mcp"
]
}
}
}Claude Code
claude mcp add --transport http jina-reader https://gateway.pipeworx.io/jina-reader/mcp