Back to Apps

Jina AI MCP Server
Supports UIby jina-ai
Unified access to Jina Reader, Embeddings, and Reranker APIs via Model Context Protocol.
0 stars
Works in:CursorCodex
Exposes:ToolsResources
What it does
Connects AI assistants to Jina AI's powerful suite of web intelligence tools, enabling high-quality web scraping, search, and document analysis.
Tools
read_url: Extracts clean, structured markdown from any webpage.search_web: Performs comprehensive web searches for current information.search_arxiv&search_ssrn: Specialized academic search for preprints and social sciences.capture_screenshot_url: Generates high-quality screenshots of web pages.sort_by_relevance: Reranks documents using Jina's Reranker API.extract_pdf: Extracts figures, tables, and equations from PDF documents.parallel_read_url¶llel_search_web: Executes multiple requests concurrently for efficiency.
Installation
For clients supporting remote MCP servers:
{
"mcpServers": {
"jina-mcp-server": {
"url": "https://mcp.jina.ai/v1",
"headers": {
"Authorization": "Bearer YOUR_JINA_API_KEY"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- LM Studio
- Claude Code
- OpenAI Codex
Quick install
npx mcp-remote https://mcp.jina.ai/v1Information
- Pricing
- freemium
- Published
- 4/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to ~/.codex/config.toml using npx mcp-remoteCursor
Use mcp-remote proxy with https://mcp.jina.ai/v1Claude Desktop
{"mcpServers": {"jina-mcp-server": {"url": "https://mcp.jina.ai/v1", "headers": {"Authorization": "Bearer ${JINA_API_KEY}"}}}}





