ildunari
MCP Serverildunaripublic

jina mcp advanced

用于 Jina.AI 高级网页抓取功能的 MCP 服务器。

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
JavaScript
Language
MIT License
License

About This Server

用于 Jina.AI 高级网页抓取功能的 MCP 服务器。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Jina MCP Advanced

MCP Server for using Jina.AI Advanced web scraping capabilities.

Installation

# Install globally
npm install -g @ildunari/jina-mcp-advanced

# Or use directly with npx
npx @ildunari/jina-mcp-advanced

Usage with MCP Client (Claude Desktop)

Add this to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "JinaAI-Advanced-MCP": {
      "command": "npx",
      "args": [
        "-y",
        "@ildunari/jina-mcp-advanced@latest",
        "--mcp",
        "--apiKey",
        "YOUR_JINA_API_KEY"
      ]
    }
  }
}

Or if you have it installed globally:

{
  "mcpServers": {
    "JinaAI-Advanced-MCP": {
      "command": "jina-mcp",
      "args": [
        "--mcp",
        "--apiKey",
        "YOUR_JINA_API_KEY"
      ]
    }
  }
}

Usage Modes

The package can run in two modes:

  1. Express Server Mode (default): Runs as a standalone HTTP server

    npx @ildunari/jina-mcp-advanced --apiKey YOUR_API_KEY
    
  2. MCP Mode: Runs as an MCP server for Claude Desktop

    npx @ildunari/jina-mcp-advanced --mcp --apiKey YOUR_API_KEY
    

API Endpoints

  • POST /api/jina/read - Main endpoint for web scraping
  • GET /health - Health check endpoint
  • GET /api/jina/openapi - OpenAPI specification

Parameters

The /api/jina/read endpoint accepts all Jina Reader parameters:

  • url (required) - URL to scrape
  • return_format - Output format (markdown, html, text, etc.)
  • engine - Rendering engine (default or browser)
  • And many more options that control the behavior of the scraper

Command Line Options

  • --port, -p - Port to run the server on (default: 3000)
  • --apiKey, -k - Default Jina API key
  • --headless - Run in headless mode (less console output)
  • --help - Show help

License

MIT

Quick Start

1

Clone the repository

git clone https://github.com/ildunari/jina-mcp-advanced
2

Install dependencies

cd jina-mcp-advanced
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerildunari
Repojina-mcp-advanced
LanguageJavaScript
LicenseMIT License
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation