Jina AI
Provides access to Jina's web search, content extraction, image search, and AI-powered reranking tools through a comprehensive suite of URL processing and semantic analysis capabilities. Enables users to search the web, extract clean markdown from UR
What is Jina AI?
Jina AI is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to provides access to jina's web search, content extraction, image search, and ai-powered reranking tools through a comprehensive suite of url processing and semantic analysis capabilities. enables users...
Provides access to Jina's web search, content extraction, image search, and AI-powered reranking tools through a comprehensive suite of URL processing and semantic analysis capabilities. Enables users to search the web, extract clean markdown from UR
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Provides access to Jina's web search, content extraction, im
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx jina-ai-remote-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Jina AI
The Jina AI Remote MCP Server is a hosted, streamable-HTTP MCP endpoint that gives AI assistants access to Jina's suite of 19+ web intelligence tools, including web search, URL content extraction, ArXiv and SSRN academic search, image search, semantic reranking, text classification, and query expansion. It connects directly to Jina's cloud APIs at mcp.jina.ai, so no local server process is needed. Developers and researchers use it to give Claude the ability to read live web content, find academic papers, and perform semantic analysis without writing custom integrations.
Prerequisites
- A Jina AI API key (free tier available at jina.ai)
- An MCP client that supports HTTP/SSE transport (Claude Code, Cursor, or any MCP 2025-03-26 client)
- Node.js 18+ installed if using mcp-remote as a proxy for clients without native HTTP MCP support
- No local server installation required — the server runs on Jina's infrastructure
Obtain a Jina API key
Visit jina.ai to sign up and generate a free API key. Some tools work without a key but rate limits are very low.
Add the server to Claude Code (native HTTP support)
Claude Code supports remote MCP servers natively. Use this one-line command to add the Jina server at the user scope.
claude mcp add -s user --transport http jina https://mcp.jina.ai/v1 \
--header "Authorization: Bearer ${JINA_API_KEY}"Configure for clients without native HTTP transport
For Claude Desktop or other clients that only support stdio, use the mcp-remote proxy package to bridge to the HTTP endpoint.
{
"mcpServers": {
"jina": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.jina.ai/v1",
"--header",
"Authorization: Bearer ${JINA_API_KEY}"
],
"env": {
"JINA_API_KEY": "your-jina-api-key"
}
}
}
}Filter tools to reduce context token usage (optional)
The server exposes 19+ tools by default. Use URL query parameters to include only the tools you need, saving Claude's context window.
# Include only search and read tools:
https://mcp.jina.ai/v1?include_tags=search,read
# Exclude parallel variants:
https://mcp.jina.ai/v1?exclude_tags=parallelRestart your MCP client and test
Restart Claude Code or Claude Desktop. Ask Claude to read a URL or search the web to verify the Jina tools are available.
Jina AI Examples
Client configuration
Claude Desktop configuration using mcp-remote as a proxy to the Jina AI HTTP endpoint.
{
"mcpServers": {
"jina": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.jina.ai/v1",
"--header",
"Authorization: Bearer ${JINA_API_KEY}"
],
"env": {
"JINA_API_KEY": "your-jina-api-key"
}
}
}
}Prompts to try
Once configured, use these prompts to leverage Jina's web intelligence tools through Claude:
- "Read the content at https://example.com/article and summarize the key points"
- "Search the web for the latest research on transformer attention mechanisms"
- "Find recent ArXiv papers on retrieval-augmented generation and list the top 5"
- "Rerank these 10 search results by relevance to my query about vector databases"
- "Extract and classify the text from this PDF URL: https://arxiv.org/pdf/2310.01848"Troubleshooting Jina AI
401 Unauthorized errors when calling Jina tools
Verify JINA_API_KEY is set correctly in your environment or MCP config env block. The API key must be passed as a Bearer token in the Authorization header. Generate a new key at jina.ai if needed.
Claude Desktop does not recognize the remote MCP server
Claude Desktop does not natively support HTTP MCP transport. Use the mcp-remote proxy approach: set command to 'npx' and args to ['mcp-remote', 'https://mcp.jina.ai/v1', '--header', 'Authorization: Bearer YOUR_KEY'].
Context window fills up quickly with too many Jina tools
Use URL filtering to reduce the tool count. Append '?include_tags=search,read' to the endpoint URL to expose only the tools you need, or use '?exclude_tags=parallel' to remove the parallel variants.
Frequently Asked Questions about Jina AI
What is Jina AI?
Jina AI is a Model Context Protocol (MCP) server that provides access to jina's web search, content extraction, image search, and ai-powered reranking tools through a comprehensive suite of url processing and semantic analysis capabilities. enables users to search the web, extract clean markdown from ur It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Jina AI?
Follow the installation instructions on the Jina AI GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Jina AI?
Jina AI works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Jina AI free to use?
Yes, Jina AI is open source and available under the Apache 2.0 license. You can use it freely in both personal and commercial projects.
Jina AI Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Jina AI? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Jina AI in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Jina AI?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.