Skip to main content
Glama

arXiv MCP Server

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 라이선스에 따라 라이선스가 부여되었습니다. 라이선스를 참조하세요.

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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

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

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables AI agents to search, retrieve, and analyze academic papers from arXiv, supporting features like keyword search, paper details retrieval, content extraction, and paper analysis.
              Last updated -
              Python
              MIT License
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              A comprehensive Model Context Protocol server that enables advanced PubMed literature search, citation formatting, and research analysis through natural language interactions.
              Last updated -
              12
              6
              Python
              MIT License
            • A
              security
              F
              license
              A
              quality
              A TypeScript implementation of the Model Context Protocol server that enables searching arXiv papers and extracting paper information through standardized client-server communication.
              Last updated -
              2
              6
              TypeScript
            • A
              security
              A
              license
              A
              quality
              Provides paper search, PDF link retrieval, and content parsing for arXiv research papers, enabling seamless access to scientific literature through the Model Context Protocol.
              Last updated -
              4
              25
              3
              JavaScript
              MIT License
              • Apple

            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/prashalruchiranga/arxiv-mcp-server'

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