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
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Legislative Yuan API
Search for bills, documents, and meeting records from Taiwan's Legislative Yuan API.
Eventbrite
Interact with the Eventbrite API to search for events, get event details, and retrieve venue information.
OuEstCharlie Woof — MCP App photo gallery
Search and browser you photos in your AI assistant while preserving your privacy and metadata
Skiplagged Flights Search
Skiplagged MCP Server for flight search, hotel booking, and travel planning
SIMAP MCP Server
An MCP (Model Context Protocol) server for interacting with SIMAP.ch, Switzerland's public procurement platform.
Typesense MCP Server
Provides access to Typesense search capabilities, requiring a connection to a Typesense server.
RagDocs
A server for RAG-based document search and management using Qdrant vector database with Ollama or OpenAI embeddings.
Not Human Search
MCP search engine for agent-native services. Find 8,600+ APIs, MCP servers, and agentic sites ranked by agentic readiness score (llms.txt, OpenAPI, ai-plugin, MCP) - live MCP endpoint at nothumansearch.ai/mcp with 8 tools.
newsmcp
Real-time world news for AI agents — events clustered from hundreds of sources, classified by 12 topics and 30+ regions, ranked by importance. Free, no API key.
Local RAG Backend
A local RAG backend powered by Docker Compose, supporting various document formats for search.