arXiv MCP Server

MIT License
1
  • Apple

Integrations

  • Enables retrieving metadata about scholarly articles, searching the arXiv database, downloading articles as PDFs, and loading article content into LLM context for analysis.

arXiv MCP 서버

자연어를 사용하여 arXiv API와 상호작용할 수 있는 MCP(모델 컨텍스트 프로토콜) 서버입니다.

특징

  • arXiv.org에 호스팅된 학술 기사의 메타데이터를 검색합니다.
  • PDF 형식의 기사를 로컬 머신에 다운로드합니다.
  • 특정 쿼리에 대한 arXiv 데이터베이스 검색
  • 기사를 검색하여 대규모 언어 모델(LLM) 컨텍스트에 로드합니다.

도구

  • 기사_URL 가져오기
    • arXiv.org에 호스팅된 기사의 URL을 제목을 기준으로 검색합니다.
      • title (문자열): 기사 제목
  • 기사 다운로드
    • arXiv.org에 호스팅된 기사를 PDF 파일로 다운로드하세요
      • title (문자열): 기사 제목
  • 기사를 컨텍스트로 로드
    • arXiv.org에 호스팅된 기사를 LLM 컨텍스트에 로드합니다.
      • title (문자열): 기사 제목
  • 세부 정보 얻기
    • arXiv.org에 호스팅된 기사의 제목을 기반으로 메타데이터를 검색합니다.
      • title (문자열): 기사 제목
  • 검색_아카이브
    • 지정된 매개변수를 기반으로 arXiv API에서 검색 쿼리를 수행하고 일치하는 기사 메타데이터를 반환합니다.
      • all_fields (문자열): 모든 메타데이터 필드에 대한 일반 키워드 검색
      • title (문자열): 기사 제목 내에서 검색할 키워드
      • author (문자열): 결과를 필터링할 작성자 이름
      • abstract (문자열): 기사 초록 내에서 검색할 키워드
      • start (int): 반환할 첫 번째 결과의 인덱스

설정

수동 설치

저장소를 복제합니다

지엑스피1

uv 패키지 관리자를 설치하세요. 다른 운영 체제에 설치하는 방법에 대한 자세한 내용은 uv 공식 문서를 참조하세요.

# Using Homebrew for macOS brew install uv # or curl -LsSf https://astral.sh/uv/install.sh | sh

가상 환경을 만들고 활성화합니다.

uv venv --python=python3.13 source .venv/bin/activate # or `venv\Scripts\activate` on Windows

개발 종속성을 설치합니다.

uv sync

Claude Desktop과 함께 사용

이 통합을 활성화하려면 claude_desktop_config.json 파일에 서버 구성을 추가하세요. 파일이 없으면 새로 만드세요.

MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "arxiv-server": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/PARENT/FOLDER/arxiv-mcp-server/src/arxiv_server", "run", "server.py" ], "env": { "DOWNLOAD_PATH": "/ABSOLUTE/PATH/TO/DOWNLOADS/FOLDER" } } } }

명령 필드에 uv 실행 파일의 전체 경로를 입력해야 할 수도 있습니다. MacOS에서는 which uv , Windows에서는 where uv 실행하여 경로를 확인할 수 있습니다.

예시 프롬프트

Can you get the details of 'Reasoning to Learn from Latent Thoughts' paper?
Get the papers authored or co-authored by Yann Lecun on convolutional neural networks
Download the attention is all you need paper
Can you get the papers by Andrew NG which have 'convolutional neural networks' in title?
Can you display the paper?
List the titles of papers by Yann LeCun. Paginate through the API until there are 30 titles

특허

MIT 라이선스에 따라 라이선스가 부여되었습니다. 라이선스를 참조하세요.

-
security - not tested
A
license - permissive license
-
quality - not tested

arXiv.org와 자연어 상호작용을 가능하게 하는 모델 컨텍스트 프로토콜 서버로, 사용자가 검색, 메타데이터 추출, PDF 다운로드, 학술 논문을 LLM 컨텍스트에 로드할 수 있도록 합니다.

  1. 특징
    1. 도구
      1. 설정
        1. 수동 설치
      2. Claude Desktop과 함께 사용
        1. 예시 프롬프트
          1. 특허

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that provides tools for analyzing text documents, including counting words and characters. This server helps LLMs perform text analysis tasks by exposing simple document statistics functionality.
              Last updated -
              1
              8
              7
              JavaScript
              Apache 2.0
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables interaction with Snapshot.org, providing tools to query Snapshot spaces, proposals, and users through natural language.
              Last updated -
              5
              2
              TypeScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.
              Last updated -
              Python
              MIT License
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that retrieves information from Wikipedia to provide context to LLMs, allowing users to search articles, get summaries, full content, sections, and links from Wikipedia.
              Last updated -
              12
              Python
              MIT License
              • Apple
              • Linux

            View all related MCP servers

            ID: bis3aykcsb