sz84.net
MCP ServersJina AI MCP

Jina AI MCP

The official Jina AI MCP server provides advanced search and information retrieval capabilities for AI models. It includes tools for web search, re-ranking search results, and extracting clean content from URLs. Jina AI is a key component for building highly accurate search-driven AI assistants.

OfficialSearchAIfree

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "jina": {
      "command": "npx",
      "args": [
        "-y",
        "@jina-ai/mcp-server"
      ],
      "env": {
        "JINA_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Key Features

Global web search with Jina Search

High-performance re-ranking of results

Clean content extraction from URLs

Seamless integration with Jina's embedding models

Server Details

The official Jina AI MCP server provides advanced search and information retrieval capabilities for AI models. It includes tools for web search, re-ranking search results, and extracting clean content from URLs. Jina AI is a key component for building highly accurate search-driven AI assistants.

Visit Source / Official Link

Go to the official repository for source code, docs, and installation.

GitHub