# Jina AI MCP Server

Jina AI MCP exposes Jina’s web reading and search capabilities to AI assistants through an official remote server.

Canonical URL: https://a2a-mcp.org/entry/jina-ai-mcp

Language: en

Category: MCP Servers

Updated: 2026-09-14

## About

Jina AI MCP exposes Jina’s web reading and search capabilities to AI assistants through an official remote server.

## Key Features

- Retrieve website content for agent research.
- Combine web reading and search in a connected MCP workflow.

## Use Cases

Find current web information and retrieve sources for an agent research task.

## Limitations

This listing covers Jina’s MCP integration, including Reader-related functionality.

## Sources

- Project documentation: https://github.com/jina-ai/MCP

## MCP Setup

### Client setup

#### Other

Transport: `http`

```json
{
  "mcpServers": {
    "jina-mcp-server": {
      "url": "https://mcp.jina.ai/v1"
    }
  }
}
```

The README marks the Jina API-key header as optional; account limits and tool availability still apply.
#### Claude Code

Transport: `http`

```bash
claude mcp add -s user --transport http jina https://mcp.jina.ai/v1 --header "Authorization: Bearer YOUR_JINA_API_KEY"
```

Authenticated connection shown with an explicit placeholder.

Setup docs: https://github.com/jina-ai/MCP

## Tags

- MCP
- search
- web-reading

## Also known as

- Jina MCP
- Jina AI MCP

## Alternatives

- Parallel MCP Servers
- Exa MCP Server

## Sources

- [Project website](https://github.com/jina-ai/MCP)
- [Project documentation](https://github.com/jina-ai/MCP)

Last checked: 2026-09-14
