Jina AI (Remote) MCP Server
CommunityContributed by Jina AI
Official Jina AI remote MCP server: web/arXiv/image search, URL-to-markdown reading, screenshots, reranking, classification, embeddings-powered dedup, and PDF extraction via a single hosted Streamable HTTP endpoint. Works without a key; add a Jina API key for higher rate limits.
About the Jina AI (Remote) MCP Server
The Jina AI (Remote) MCP server is a remote (HTTP) Model Context Protocol server available in the McpMux registry. Official Jina AI remote MCP server: web/arXiv/image search, URL-to-markdown reading, screenshots, reranking, classification, embeddings-powered dedup, and PDF extraction via a single hosted Streamable HTTP endpoint. Works without a key; add a Jina API key for higher rate limits. This is a community-contributed MCP server by Jina AI.
Install the Jina AI (Remote) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires authentication — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "http",
"url": "https://mcp.jina.ai/v1",
"headers": {
"Authorization": "Bearer ${input:JINA_API_KEY}"
},
"metadata": {
"inputs": [
{
"id": "JINA_API_KEY",
"label": "Jina API Key",
"description": "Optional. The server works without a key but applies rate limits; provide a Jina API key for higher rate limits and better performance. Starts with jina_.",
"type": "text",
"required": false,
"secret": true,
"placeholder": "jina_************************",
"obtain": {
"url": "https://jina.ai/?sui=apikey",
"instructions": "1. Go to jina.ai\n2. Sign up or log in\n3. Open the API dashboard / API key page\n4. Copy your key (starts with jina_)",
"button_label": "Get API Key"
}
}
]
}
}Supported AI Clients
The Jina AI (Remote) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Brave Search (Docker)
Search the web using the Brave Search API via Docker container. Supports web search, news search, and local POI search with privacy-focused results.
Brave Search (npx)
Search the web using the Brave Search API via npx. Supports web search, news search, and local POI search with privacy-focused results.
Firecrawl (npx)
Scrape, crawl, search, and extract structured data from websites. Converts web pages to clean markdown with JavaScript rendering support.
Perplexity (npx)
AI-powered search using Perplexity models. Provides web search, deep research, and reasoning capabilities with real-time web context.
Exa Search (Remote)
AI-powered web search that understands meaning, not just keywords. Hosted remote MCP server, no local setup required.
Exa Search (npx)
AI-powered web search that understands meaning, not just keywords. Find similar pages, search by content type, and get clean text from any URL via npx.
Install Jina AI (Remote) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.