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

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
{
"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
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
Alternatives
Comparable tools and resources explicitly connected to Jina AI MCP Server.
Related Entries
Keep exploring similar tools and resources in this category.
Related Reads
Background, tutorials, and protocol context connected to this entry.








