Jina AI Model Context Protocol server

Jina AI

AI-powered search and retrieval platform. Search the web, read page content, extract structured data, and ground AI responses.

Jina·No reviews yet
Repo Docs
Share:

About

AI-powered search and retrieval platform. Search the web, read page content, extract structured data, and ground AI responses.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Install Jina AI

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "jina-ai": {
      "url": "https://…",
      "transport": "http"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "jina-ai": {
      "url": "https://…"
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "jina-ai": {
      "type": "http",
      "url": "https://…"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.