Jina AI Web Search
About
Integrates with Jina AI's web search and content fetching APIs, enabling web searches and URL content extraction for research tasks and information retrieval directly within conversations.
Details
- Author
- garcheng
- Repository
- GARCHENG/mcp-server-jina-java
- GitHub stars
- 5
- License
- MIT License
- Categories
- Productivity, AI, Design, Search, Infrastructure, Project Management, API
- Tags
- #web
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Jina AI Web SearchCommand (node, npx, python, etc.)javaArguments-
Argument 1
-Dspring.ai.mcp.server.stdio=true -
Argument 2
-jar -
Argument 3
/the path of the jar/mcp-server-jina-java-1.0-SNAPSHOT.jar -
Argument 4
jina.api.api-key= Your jina key
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
"mcpServers": {
"mcp-server-jina-java": {
"command": "java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-jar",
"/the path of the jar/mcp-server-jina-java-1.0-SNAPSHOT.jar",
"jina.api.api-key= Your jina key"
]
}
}
readAndFetchContent
Read a URL and fetch its content. Parameters: url (string, required): URL to fetch.
searchAndGetSERP
Search the web and get SERP. Parameters: keyword (string, required): The keyword to search on the web.
-
readAndFetchContent
\- read a URL and fetch its content.
- url (string, required): URL to fetch
-
searchAndGetSERP
\- search the web and get SERP.
- keyword (string, required): The keyword to search on the web
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"jina ai web search": {
"cwd": "",
"env": {},
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-jar",
"/the path of the jar/mcp-server-jina-java-1.0-SNAPSHOT.jar",
"jina.api.api-key= Your jina key"
],
"shell": false,
"command": "java"
}
}
}
Linux
{
"cwd": "",
"env": [],
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-jar",
"/the path of the jar/mcp-server-jina-java-1.0-SNAPSHOT.jar",
"jina.api.api-key= Your jina key"
],
"shell": false,
"command": "java"
}
Macos
{
"cwd": "",
"env": [],
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-jar",
"/the path of the jar/mcp-server-jina-java-1.0-SNAPSHOT.jar",
"jina.api.api-key= Your jina key"
],
"shell": false,
"command": "java"
}
Windows
{
"cwd": "",
"env": [],
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-jar",
"/the path of the jar/mcp-server-jina-java-1.0-SNAPSHOT.jar",
"jina.api.api-key= Your jina key"
],
"shell": false,
"command": "java"
}
MCP Server(Jina Reader API)
A Model Context Protocol server that provides web content searching and fetching capabilities(through jina reader api <a>https://jina.ai/reader/).
Available Tools
-
readAndFetchContent
\- read a URL and fetch its content.
- url (string, required): URL to fetch
-
searchAndGetSERP
\- search the web and get SERP.
- keyword (string, required): The keyword to search on the web
Configuration
"mcpServers": {
"mcp-server-jina-java": {
"command": "java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-jar",
"/the path of the jar/mcp-server-jina-java-1.0-SNAPSHOT.jar",
"jina.api.api-key= Your jina key"
]
}
}
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

