LogoSTMCP
Download
Jina AI MCP Tools

Jina AI MCP Tools

This project is a Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs for web content extraction and search.

Tools

1. jina_reader

Extract content from a webpage in a format optimized for LLMs. Supports GitHub file URLs with direct access.

Search the web for information. Returns partial content; use jina_reader for full page content.

JSON Config

{
  "mcpServers": {
    "jina-mcp-tools": {
      "command": "npx",
      "args": ["jina-mcp-tools"],
      "env": {
        "JINA_API_KEY": "your_jina_api_key_here_optional"
      }
    }
  }
}

Information