Skip to main content
Glama

mcp-jina-ai

지나 AI MCP 서버

Claude를 통해 Jina AI의 강력한 웹 서비스에 접근할 수 있는 MCP 서버입니다. 이 서버는 세 가지 주요 도구를 구현합니다.

  • 웹 페이지 읽기 및 콘텐츠 추출
  • 웹 검색
  • 사실 확인/접지

특징

도구

read_webpage
  • LLM에 최적화된 형식으로 웹 페이지에서 콘텐츠를 추출합니다.
  • 다양한 출력 형식(기본값, 마크다운, HTML, 텍스트, 스크린샷, 페이지샷)을 지원합니다.
  • 링크 및 이미지 포함 옵션
  • 이미지에 대한 대체 텍스트를 생성하는 기능
  • 캐시 제어 옵션
search_web
  • Jina AI의 검색 API를 사용하여 웹을 검색하세요
  • 구성 가능한 결과 수(기본값: 5)
  • 이미지 보존 및 대체 텍스트 생성 지원
  • 다양한 반환 형식(마크다운, 텍스트, HTML)
  • 제목, 설명 및 콘텐츠가 포함된 구조화된 결과를 반환합니다.
fact_check
  • Jina AI의 접지 엔진을 활용한 사실 확인 진술
  • 사실성 점수와 뒷받침 증거를 제공합니다.
  • 더욱 철저한 분석을 위한 선택적 심층 분석 모드
  • 주요 인용문과 지지/모순 분류를 포함한 참조를 반환합니다.

설정

필수 조건

이 서버를 사용하려면 Jina AI API 키가 필요합니다. https://jina.ai/ 에서 무료로 받으세요.

설치

이 서버를 사용하는 방법은 두 가지가 있습니다.

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 Jina AI를 자동으로 설치하는 방법:

지엑스피1

옵션 1: NPX(권장)

Claude Desktop 구성 파일에 다음 구성을 추가하세요.

{ "mcpServers": { "jina-ai-mcp-server": { "command": "npx", "args": [ "-y", "jina-ai-mcp-server" ], "env": { "JINA_API_KEY": "<YOUR_KEY>" } } } }
옵션 2: 로컬 설치
  1. 저장소를 복제합니다
  2. 종속성 설치:
npm install
  1. 서버를 빌드하세요:
npm run build
  1. Claude Desktop 구성에 다음 구성을 추가하세요.
{ "mcpServers": { "jina-ai-mcp-server": { "command": "node", "args": [ "/path/to/jina-ai-mcp-server/dist/index.js" ], "env": { "JINA_API_KEY": "<YOUR_KEY>" } } } }

구성 파일 위치

MacOS의 경우:

~/Library/Application Support/Claude/claude_desktop_config.json

Windows의 경우:

%APPDATA%/Claude/claude_desktop_config.json

디버깅

MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. MCP Inspector 사용을 권장합니다.

npm run inspector

검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.

API 응답 유형

모든 도구는 다음을 포함하는 구조화된 JSON 응답을 반환합니다.

  • 상태 코드 및 메타데이터
  • 요청된 출력 유형에 따라 형식화된 콘텐츠
  • 사용 정보(토큰 수)
  • 해당되는 경우: 이미지, 링크 및 추가 메타데이터

자세한 스키마 정보는 schemas.ts 참조하세요.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Claude를 통해 Jina AI의 강력한 웹 서비스(페이지 읽기, 웹 검색, 사실 확인)에 대한 액세스를 제공하는 MCP 서버입니다.

  1. 특징
    1. 도구
  2. 설정
    1. 필수 조건
    2. 설치
    3. 구성 파일 위치
    4. 디버깅
  3. API 응답 유형

    Related MCP Servers

    • -
      security
      F
      license
      -
      quality
      An MCP server that allows AI assistants like Claude to execute terminal commands on the user's computer and return the output, functioning like a terminal through AI.
      Last updated -
      46
      Python
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.
      Last updated -
      Python
      • Linux
      • Apple
    • -
      security
      F
      license
      -
      quality
      An MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.
      Last updated -
      Python
    • A
      security
      A
      license
      A
      quality
      An MCP server that enables communication with Jira, allowing users to perform operations like getting, searching, creating, and editing issues through natural language interaction.
      Last updated -
      1
      22
      TypeScript
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoeBuildsStuff/mcp-jina-ai'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server