Back to Apps

Jina AI MCP Server
Supports UIby yiGmMk
Integrate Jina AI's powerful web reading and search capabilities into your AI workflow.
0 stars
Works in:claude
Exposes:Tools
What it does
This server leverages Jina AI to provide high-quality web search and content extraction. It allows your AI assistant to read live web pages and perform targeted searches to ground responses in real-time internet data.
Tools
web_search: Performs a search using Jina AI to find relevant web content.web_read: Extracts clean, markdown-formatted text from a specific URL using Jina Reader.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"jina-ai": {
"command": "uv",
"args": ["--directory", "/path/to/mcp-server", "run", "main.py"],
"env": {
"JINA_API_KEY": "your_jina_api_key",
"GOOGLE_AI_STUDIO_KEY": "your_google_key"
}
}
}
}
Supported hosts
- claude
Quick install
uv run main.pyInformation
- Pricing
- freemium
- Published
- 7/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure with JINA_API_KEY and GOOGLE_AI_STUDIO_KEY using uv run.





