Jina AI Search
About
Access Jina AI's Search Foundation APIs for web search, news search, and more, tailored for LLMs.
Details
- Author
- zk-armor
- Categories
- Search, Other, AI
Jump to
Setup
Install Jina AI Search in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/zk-armor/mcp-jina-ai
Follow the installation instructions in the repository README, then restart your MCP client.
An MCP server for Jina AI, providing tools for embeddings, reranking, and generation. This is the Node.js version.
This server provides the following tools, which are direct interfaces to the Jina AI Search Foundation APIs:
- embeddings: Creates an embedding vector representing the input text.
- rerank: Reranks a list of documents based on a query.
- read: Extracts clean, LLM-friendly content from a single website URL.
- search: Performs a web search and returns LLM-friendly results.
- deepsearch: Combines web searching, reading, and reasoning for comprehensive investigation.
- segment: Splits text into semantic chunks or counts tokens.
- classify: Performs zero-shot classification for text.
- get_help: Returns the full Jina AI API documentation used to build this server.
To connect this server to your MCP-compatible client (like Cursor, shell-ai, etc.), you first need to publish this package to NPM or install it from a local path.
Once the package is published on NPM, you can configure your client to use it withnpx. Create a.envfile with yourJINA_API_KEYin the directory where you run the client, or make sure the environment variable is set.
{ "jina-ai-server": { "command": "npx", "args": [ "jina-ai-mcp-server-nodejs" ], "env": { "JINA_API_KEY": "your_jina_api_key_here" } } }
Note:Passing the API key viaenvin the configuration is more secure than a global environment variable.
- Clone the repository.
- Install dependencies:
npm install
echo "JINA_API_KEY=your_jina_ai_api_key_here" > .env
To compile the TypeScript code to JavaScript:
The compiled output will be in thedistdirectory.
You can then run the compiled code with:
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Comprehensive web, news, and social media search and analysis using xAI's Grok API.
Automated fact-checking of news headlines using web search and Google Gemini AI.
A connector for the Perplexity API to enable web search within the MCP ecosystem.
Objective-driven deep research paid per request via MPP - free daily quick search (news/arXiv), quote-first paid cloud-browser research with cross-source reports. MCP Streamable HTTP, no API key.
About Free multi-engine MCP search server — 8 free engines (DDG, Sogou, Bing, Baidu, Wikipedia, Startpage, Yandex, Mojeek), waterfall progressive search, multi-source verification, content enrichment, news search, language auto-detection, rate limit exposure. Zero API keys needed. Self-hostable.
Structural AI Search Readiness MCP. Audit, dry-run fixes, rescore, doctor. No LLM rankings.
Hosted MCP server for the APITube News API: search articles from 500,000+ sources in 60+ languages, filtered by sentiment, entities, topics and source quality.
A search engine for AI applications, providing world knowledge from web pages and various content sources like weather, news, and images.
Fetches the latest news headlines from the Boring News API.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




