对接jina reader api的mcp服务器
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-jina-java": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol server that provides web content searching and fetching capabilities(through jina reader api https://jina.ai/reader/).
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / search
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Web and local search using Brave Search API
40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Jina Java and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol server that provides web content searching and fetching capabilities(through jina reader api https://jina.ai/reader/).
readAndFetchContent
- read a URL and fetch its content.
url (string, required): URL to fetchsearchAndGetSERP
- search the web and get SERP.
keyword (string, required): The keyword to search on the web"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"
]
}
}
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.