Jina AI Search
Access Jina AI's Search Foundation APIs for web search, news search, and more, tailored for LLMs.
Jina AI MCP Server (Node.js Version)
An MCP server for Jina AI, providing tools for embeddings, reranking, and generation. This is the Node.js version.
Available Tools
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.
Connecting with MCP Clients
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.
Using with npx (After Publishing)
Once the package is published on NPM, you can configure your client to use it with npx. Create a .env file with your JINA_API_KEY in the directory where you run the client, or make sure the environment variable is set.
Example for mcpServers.json:
{
"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 via env in the configuration is more secure than a global environment variable.
Local Development
- Clone the repository.
- Install dependencies:
npm install - Create a
.envfile in the root of the project and add your Jina AI API key.echo "JINA_API_KEY=your_jina_ai_api_key_here" > .env - Run the server in development mode:
npm run dev
Docker
Building for Production
To compile the TypeScript code to JavaScript:
npm run build
The compiled output will be in the dist directory.
You can then run the compiled code with:
npm start
Server Terkait
hackernews
A simple MCP server that brings Hacker News into your AI workflows. It exposes a set of tools to fetch top stories, individual posts with comments, and the latest Ask HN / Show HN discussions β all in a clean, structured format thatβs easy for agents
SearXNG
A Model Context Protocol Server for SearXNG
Perplexity
Intelligent search, reasoning, and research capabilities powered by Perplexity's AI models.
Rememberizer MCP Server for Common Knowledge
Access and search personal or team knowledge repositories, including documents and Slack discussions, using semantic search and retrieval tools.
TranscriptAPI YouTube Skills
Get YouTube transcripts, search videos, browse channels, and extract playlists from any AI agent β powered by TranscriptAPI.com with no API key required.
MCP Lucene Server
MCP Lucene Server is a Model Context Protocol (MCP) server that exposes Apache Lucene's full-text search capabilities through a conversational interface. It allows AI assistants (like Claude) to help users search, index, and manage document collections without requiring technical knowledge of Lucene or search engines.
PubChem MCP Server
Search and access chemical compound information from the PubChem database.
idea-reality-mcp
Pre-build reality check for AI agents. Scans GitHub, HN, npm, PyPI & Product Hunt β returns a 0-100 signal.
Scholarly
Search for academic articles using scholarly vendors.
Agentset
RAG MCP for your Agentset data.