Skip to main content
Glama
Brunwo
by Brunwo

jina-web-mcp MCP Server

Search the web via Jina AI services

This is a TypeScript-based MCP server that provides web search and scraping functionality using Jina AI services.

Features

Tools

  • web_search - Search the web using Jina AI's search engine

    • Takes a query string as required parameter

    • Returns search results with titles, URLs, and descriptions

    • Requires Jina API key authentication

  • web_scrape - Scrape webpages using Jina AI's Reader service

    • Takes a URL as required parameter

    • Returns clean markdown content from the webpage

    • Free service, no authentication required

Related MCP server: Jina Web Search MCP

Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

Setup

  1. Get a Jina AI API Key: Visit https://jina.ai/ to create a free account and get your API key.

  2. Environment Variable: Set the JINA_KEY environment variable with your API key:

    export JINA_KEY="your_jina_api_key_here"

Installation

To use with Claude Desktop, add the server config:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "jina-web-mcp": {
      "command": "/path/to/jina-web-mcp/build/index.js",
      "env": {
        "JINA_KEY": "your_jina_api_key_here"
      }
    }
  }
}

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    Enables efficient web search integration with Jina.ai's Search API, offering clean, LLM-optimized content retrieval with support for various content types and configurable caching.
    1
    13 npm
    3
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables web content retrieval and semantic search capabilities through the Jina AI API. Provides tools to fetch content from URLs and perform intelligent web searches with natural language queries.
    3
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides access to Jina AI's web reading, search, embeddings, and reranking capabilities. Enables URL content extraction, web/arXiv/image search, document deduplication, and relevance ranking through natural language.
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides web content extraction, search capabilities (web, arXiv, SSRN, images), semantic deduplication, and reranking through Jina AI's Reader, Embeddings, and Reranker APIs.
    1
    Apache 2.0