Price Per TokenPrice Per Token

Jina AI Remote MCP Server

by jina-ai

0

About

Jina AI Remote MCP Server provides hosted access to Jina AI's Reader, Embeddings, and Reranker APIs, enabling web content extraction, intelligent search, and neural text processing capabilities. Key features: - Convert web pages to clean markdown and extract structured content from URLs using the Reader API - Search the entire web, plus specialized academic databases including arXiv, SSRN, and DBLP/Semantic Scholar with BibTeX citation support - Perform image searches across the web and capture high-quality webpage screenshots - Generate text embeddings and rerank search results using Jina AI's neural models - Expand and rewrite search queries for improved relevance and comprehensive coverage - Parallel batch processing for efficiently reading multiple URLs and running concurrent searches - Time-aware contextual priming for localized, current-aware responses

README

Jina AI Remote MCP Server

CLI version [](https://cursor.com/en/install-mcp?name=jina-mcp-server&config=eyJ1cmwiOiJodHRwczovL21jcC5qaW5hLmFpL3NzZSIsImhlYWRlcnMiOnsiQXV0aG9yaXphdGlvbiI6IkJlYXJlciBqaW5hXzhjMGM3YjUyNDI0ZjQxNmFiMDUzYTMxYzk2Mjc3NmI2VDBwNVR4eG52SUpXdFlvemhlRnZYVi16eUpoXyJ9fQ%3D%3D) [](https://lmstudio.ai/install-mcp?name=jina-mcp-server&config=eyJ1cmwiOiJodHRwczovL21jcC5qaW5hLmFpL3NzZSIsImhlYWRlcnMiOnsiQXV0aG9yaXphdGlvbiI6IkJlYXJlciBqaW5hXzI5NGQ5NmRiODFiYTQ1ZjY5MDFiOGM2OTRmM2I3NDU4ZVJMaV9MRS1xOGNqejRCeUE3REJ2cGZPUm5fdSJ9fQ%3D%3D)

A remote Model Context Protocol (MCP) server that provides access to Jina Reader, Embeddings and Reranker APIs with a suite of URL-to-markdown, web search, image search, and embeddings/reranker tools:

| Tool | Description | Is Jina API Key Required? | |-----------|-------------|----------------------| | primer | Get current contextual information for localized, time-aware responses | No | | read_url | Extract clean, structured content from web pages as markdown via Reader API | Optional* | | capture_screenshot_url | Capture high-quality screenshots of web pages via Reader API | Optional* | | guess_datetime_url | Analyze web pages for last update/publish datetime with confidence scores | No | | search_web | Search the entire web for current information and news via Reader API | Yes | | search_arxiv | Search academic papers and preprints on arXiv repository via Reader API | Yes | | search_ssrn | Search academic papers on SSRN (Social Science Research Network) via Reader API | Yes | | search_images | Search for images across the web (similar to Google Images) via Reader API | Yes | | search_jina_blog | Search Jina AI news and blog posts at jina.ai/news | No | | search_bibtex | Search for academic papers and return BibTeX citations (DBLP + Semantic Scholar) | No | | expand_query | Expand and rewrite search queries based on the query expansion model via Reader API | Yes | | parallel_read_url | Read multiple web pages in parallel for efficient content extraction via Reader API | Optional* | | parallel_search_web | Run multiple web searches in parallel for comprehensive topic coverage and diverse perspectives via Reader API | Yes | | parallel_search_arxiv | Run multiple arXiv searches in parallel for comprehensive research coverage and diverse academic angles via Reader API | Yes | | parallel_search_ssrn | Run multiple SSRN searches in parallel for comprehensive social science research coverage via Reader API | Yes | | sort_by_relevance | Rerank documents by relevance to a query via Reranker API | Yes | | classify_text | Classify texts into user-defined labels via Embeddings API | Yes | | deduplicate_strings | Get top-k semantically unique strings via Embeddings API and submodular optimization | Yes | | deduplicate_images | Get top-k semantically unique images via Embeddings API and submodular optimization | Yes | | extract_pdf | Extract figures, tables, and equations from PDF documents (arXiv papers or any PDF URL) using layout detection | Yes |

> Optional tools work without an API key but have rate limits. For higher rate limits and better performance, use a Jina API key. You can get a free Jina API key from https://jina.ai

Usage

> [!WARNING] > Some clients do not support env variable, so you may need to replace ${JINA_API_KEY} below to a hardcoded real API key jina_xxx.

> [!NOTE] > The server uses Streamable HTTP transport (MCP spec 2025-03-26). The /sse endpoint is kept as an alias for backward compatibility. See FAQ for details.

For client that supports remote MCP server:

{
  "mcpServers": {
    "jina-mcp-server": {
      "url": "https://mcp.jina.ai/v1",
      "headers": {
        "Authorization": "Bearer ${JINA_API_KEY}" // optional
      }
    }
  }
}

For client that does not support remote MCP server yet, you need mcp-remote a local pr

Related MCP Servers

AI Research Assistant

AI Research Assistant

hamid-vakilzadeh

AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar

Web & Search
12 8
Linkup

Linkup

LinkupPlatform

Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages

Web & Search
2 24
Math-MCP

Math-MCP

EthanHenrickson

Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support

Developer Tools
22 81