Jina AI Web Search

by garcheng

5 stars
Not rated
GitHub

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

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Jina AI Web Search
    Command (node, npx, python, etc.) java
    Arguments
    • 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.

  4. 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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.