
jina mcp advanced
用于 Jina.AI 高级网页抓取功能的 MCP 服务器。
Repository Info
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:
-
Express Server Mode (default): Runs as a standalone HTTP server
npx @ildunari/jina-mcp-advanced --apiKey YOUR_API_KEY -
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 scrapingGET /health- Health check endpointGET /api/jina/openapi- OpenAPI specification
Parameters
The /api/jina/read endpoint accepts all Jina Reader parameters:
url(required) - URL to scrapereturn_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
Clone the repository
git clone https://github.com/ildunari/jina-mcp-advancedInstall dependencies
cd jina-mcp-advanced
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.