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에 호스팅된 기사의 URL을 제목을 기준으로 검색합니다.
- 기사 다운로드
- arXiv.org에 호스팅된 기사를 PDF 파일로 다운로드하세요
title
(문자열): 기사 제목
- arXiv.org에 호스팅된 기사를 PDF 파일로 다운로드하세요
- 기사를 컨텍스트로 로드
- arXiv.org에 호스팅된 기사를 LLM 컨텍스트에 로드합니다.
title
(문자열): 기사 제목
- arXiv.org에 호스팅된 기사를 LLM 컨텍스트에 로드합니다.
- 세부 정보 얻기
- arXiv.org에 호스팅된 기사의 제목을 기반으로 메타데이터를 검색합니다.
title
(문자열): 기사 제목
- arXiv.org에 호스팅된 기사의 제목을 기반으로 메타데이터를 검색합니다.
- 검색_아카이브
- 지정된 매개변수를 기반으로 arXiv API에서 검색 쿼리를 수행하고 일치하는 기사 메타데이터를 반환합니다.
all_fields
(문자열): 모든 메타데이터 필드에 대한 일반 키워드 검색title
(문자열): 기사 제목 내에서 검색할 키워드author
(문자열): 결과를 필터링할 작성자 이름abstract
(문자열): 기사 초록 내에서 검색할 키워드start
(int): 반환할 첫 번째 결과의 인덱스
- 지정된 매개변수를 기반으로 arXiv API에서 검색 쿼리를 수행하고 일치하는 기사 메타데이터를 반환합니다.
설정
수동 설치
저장소를 복제합니다
지엑스피1
uv
패키지 관리자를 설치하세요. 다른 운영 체제에 설치하는 방법에 대한 자세한 내용은 uv 공식 문서를 참조하세요.
가상 환경을 만들고 활성화합니다.
개발 종속성을 설치합니다.
Claude Desktop과 함께 사용
이 통합을 활성화하려면 claude_desktop_config.json
파일에 서버 구성을 추가하세요. 파일이 없으면 새로 만드세요.
MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
명령 필드에 uv 실행 파일의 전체 경로를 입력해야 할 수도 있습니다. MacOS에서는 which uv
, Windows에서는 where uv
실행하여 경로를 확인할 수 있습니다.
예시 프롬프트
특허
MIT 라이선스에 따라 라이선스가 부여되었습니다. 라이선스를 참조하세요.
This server cannot be installed
arXiv.org와 자연어 상호작용을 가능하게 하는 모델 컨텍스트 프로토콜 서버로, 사용자가 검색, 메타데이터 추출, PDF 다운로드, 학술 논문을 LLM 컨텍스트에 로드할 수 있도록 합니다.
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -187JavaScriptApache 2.0
- AsecurityAlicenseAqualityA Model Context Protocol server that enables interaction with Snapshot.org, providing tools to query Snapshot spaces, proposals, and users through natural language.Last updated -52TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.Last updated -PythonMIT License
- -securityAlicense-qualityA 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 -12PythonMIT License