jina-mcp-tools

PsychArch/jina-mcp-tools
★ 39 stars TypeScript AI/LLM Updated 3mo ago ✓ Clean
A Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}