Jina AI Search MCP Server

Jina AI Search MCP Server

A Model Context Protocol server implementation that provides a standardized interface for interacting with Jina AI's Reader and Search APIs.

Category
Visit Server

README

Jina AI Search MCP Server

Python MCP Compatible Deployment Ask DeepWiki

🚀 Quick Start: Try it instantly with Claude Desktop using our hosted endpoint: https://jina-mcp.onrender.com/sse

A powerful Model Context Protocol (MCP) server implementation that provides seamless access to Jina AI's Search Foundation API. This server enables AI assistants and applications to leverage Jina's advanced search, reading, and knowledge retrieval capabilities through a standardized MCP interface.

📋 Table of Contents

✨ Features

  • 🚀 MCP-compliant server implementation - Full compatibility with Model Context Protocol
  • 🔍 Jina AI Search & Reader APIs - Access to powerful AI search and content reading capabilities
  • 📚 DeepWiki Integration - Enhanced Wikipedia access with AI understanding
  • 🏗️ Clean, modular codebase - Well-structured and maintainable architecture
  • 📖 Comprehensive documentation - Detailed guides and API references
  • Easy setup - Simple installation with virtual environment support
  • 🔐 Secure authentication - OAuth2 Bearer token support
  • 🌐 Real-time processing - Server-Sent Events (SSE) for live communication

🔧 How it Works

The Jina MCP server provides seamless integration with Jina AI's powerful search and reading capabilities through the Model Context Protocol. Here's how you can leverage its features:

🔍 Search with Jina AI

Ask questions and get comprehensive search results from across the web:

"Search for the latest developments in artificial intelligence"
"Find information about sustainable energy solutions"
"What are the recent breakthroughs in quantum computing?"

🎯 Use Cases

  • Research assistance - Get comprehensive information on any topic
  • Content analysis - Read and analyze web pages
  • Knowledge discovery - Explore Wikipedia with AI-enhanced understanding
  • AI assistant integration - Seamlessly integrate with Claude Desktop and other MCP clients

⚡ Quick Start

Prerequisites

Instant Setup with Claude Desktop

Add this configuration to your claude_desktop_config.json:

{
  "mcpServers": {
    "jina": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "supergateway",
        "--sse",
        "https://jina-mcp.onrender.com/sse",
        "--oauth2Bearer=your-jina-api-key"
      ]
    }
  }
}

Replace your-jina-api-key with your actual Jina AI API key and restart Claude Desktop!

📦 Installation

1. Clone the Repository

git clone https://github.com/Meetpatel006/jina-mcp.git
cd jina-mcp

2. Set Up Virtual Environment

# Create virtual environment
python -m venv venv

# Activate virtual environment
# On Windows:
venv\Scripts\activate
# On macOS/Linux:
source venv/bin/activate

3. Install Dependencies

pip install -r requirements.txt

⚙️ Configuration

Environment Setup

Create a .env file in the project root:

JINA_API_KEY=your_jina_api_key_here

Running the Server Locally

python -m jina_mcp.server

🔌 MCP Server Setup

For Claude Desktop (Recommended)

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "jina": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "supergateway",
        "--sse",
        "https://jina-mcp.onrender.com/sse",
        "--oauth2Bearer=your-jina-api-key"
      ]
    }
  }
}

Local Development Setup

For local development:

{
  "mcpServers": {
    "jina": {
      "command": "python",
      "args": ["-m", "jina_mcp.server"],
      "cwd": "/path/to/jina-mcp",
      "env": {
        "JINA_API_KEY": "your-api-key-here"
      }
    }
  }
}

Configuration Steps

  1. For Claude Desktop: Add the configuration to your claude_desktop_config.json file
  2. Replace API Key: Use your actual Jina AI API key
  3. Restart Client: Restart your MCP client to load the new server

💡 Usage Examples

Basic Search

# Search for information
"Search for Python best practices"
"Find the latest news about AI development"

DeepWiki Queries

# Ask deepwiki for detailed information
"Ask deepwiki about machine learning"
"Ask deepwiki to explain neural networks"
"Ask deepwiki about the Python programming language"

Web Content Analysis

# Read and analyze web content
"Read https://example.com/blog-post"
"Summarize the content from https://research-paper-url.com"

📚 API Documentation

Documentation Resources

Code Examples

Explore the examples directory:

🛠️ Development

Development Setup

# Install development dependencies
pip install -r requirements-dev.txt

# Run tests
pytest

# Code formatting
black .

# Linting
flake8 .

Project Structure

jina-mcp/
├── jina_mcp/           # Main package
│   ├── __init__.py
│   ├── server.py       # MCP server implementation
│   ├── client.py       # Jina API client
│   ├── config.py       # Configuration management
│   ├── models.py       # Data models
│   └── tools.py        # MCP tools
├── docs/               # Documentation
├── examples/           # Usage examples
├── requirements.txt    # Dependencies
└── README.md          # This file

🤝 Contributing

We welcome contributions! Here's how you can help:

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Contribution Guidelines

  • Follow the existing code style (use black for formatting)
  • Add tests for new features
  • Update documentation as needed
  • Ensure all tests pass before submitting

💬 Support

Get Help

Useful Links


<div align="center">

Made with ❤️ by Meet Patel

⭐ Star this repo if you find it helpful! ⭐

</div>

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured