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.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
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.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository