jina-mcp-tools

PsychArch/jina-mcp-tools
★ 39 stars TypeScript 🤖 AI/LLM Updated 18d ago
A Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jina-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "PsychArch/jina-mcp-tools"
      ]
    }
  }
}